#7CA125

Color #7CA125 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #7CA125

Tints of Sushi #7CA125

Color information

#7CA125 (or 0x7CA125) is unknown color: approx Sushi. HEX triplet: 7C, A1 and 25. RGB value is (124,161,37). Sum of RGB (Red+Green+Blue) = 124+161+37=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 161 (63.28% from 255 or 50% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 161 - color contains mainly: green. Hex color #7CA125 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA125 is #835EDA. Grayscale: #888888. Windows color (decimal): -8609499 or 2466172. OLE color: 2466172.

HSL color Cylindrical-coordinate representation of color #7CA125: hue angle of 77.9º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7CA125 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB12416137-
CMYK0.2300.770.37
HSL77.9º62.63%38.82%-
HSV(B)77.9º77.02%63.14%-
XYZ21.3929.916.4-
YUV135.872.24119.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 38.51%
GREEN value IS 161 (63.28% from 255) = 50%
BLUE value IS 37 (14.84% from 255) = 11.49%
R=38.51%
G=50%
B=11.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal124161370.2300.770.3777.962.6338.82
Hex7CA1251704D254e3f27
Octal17424145270115451167747
Binary11111001010000110010110111010011011001011001110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CA125; }

 p { color: rgb(124,161,37); }

 H1.HeaderClassName
 {
   color: #7CA125;
 }
 .AnyTagClassName
 {
   color: #7CA125;
 }
</style>
background-color css

<style>
 a { background-color: #7CA125; }

 a { background-color: rgb(124,161,37); }

 div.DivClassName
 {
   background-color: #7CA125;
 }
 .BgClassName
 {
   background-color: #7CA125;
 }
</style>
border-color css

<style>
 span { border-color: #7CA125; }

 span { border-color: rgb(124,161,37); }

 td.TdClassName
 {
   border-color: #7CA125;
 }
 .TagClassName
 {
   border-color: #7CA125;
 }
</style>