#7CA12F

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

Shades of Sushi #7CA12F

Tints of Sushi #7CA12F

Color information

#7CA12F (or 0x7CA12F) is unknown color: approx Sushi. HEX triplet: 7C, A1 and 2F. RGB value is (124,161,47). Sum of RGB (Red+Green+Blue) = 124+161+47=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 161 (63.28% from 255 or 48.49% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 161 - color contains mainly: green. Hex color #7CA12F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA12F is #835ED0. Grayscale: #898989. Windows color (decimal): -8609489 or 3121532. OLE color: 3121532.

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

Color convert

RGB12416147-
CMYK0.2300.710.37
HSL79.47º54.81%40.78%-
HSV(B)79.47º70.81%63.14%-
XYZ21.5729.987.34-
YUV136.9477.24118.77-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.35%
GREEN value IS 161 (63.28% from 255) = 48.49%
BLUE value IS 47 (18.75% from 255) = 14.16%
R=37.35%
G=48.49%
B=14.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal124161470.2300.710.3779.4754.8140.78
Hex7CA12F17047254f3729
Octal17424157270107451176751
Binary11111001010000110111110111010001111001011001111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA12F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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