#7CA128

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

Shades of Sushi #7CA128

Tints of Sushi #7CA128

Color information

#7CA128 (or 0x7CA128) is unknown color: approx Sushi. HEX triplet: 7C, A1 and 28. RGB value is (124,161,40). Sum of RGB (Red+Green+Blue) = 124+161+40=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 161 (63.28% from 255 or 49.54% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 161 - color contains mainly: green. Hex color #7CA128 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA128 is #835ED7. Grayscale: #888888. Windows color (decimal): -8609496 or 2662780. OLE color: 2662780.

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

Color convert

RGB12416140-
CMYK0.2300.750.37
HSL78.35º60.2%39.41%-
HSV(B)78.35º75.16%63.14%-
XYZ21.4429.936.65-
YUV136.1473.74119.34-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.15%
GREEN value IS 161 (63.28% from 255) = 49.54%
BLUE value IS 40 (16.02% from 255) = 12.31%
R=38.15%
G=49.54%
B=12.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal124161400.2300.750.3778.3560.239.41
Hex7CA1281704B254e3c27
Octal17424150270113451167447
Binary11111001010000110100010111010010111001011001110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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