#78A12C

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

Shades of Sushi #78A12C

Tints of Sushi #78A12C

Color information

#78A12C (or 0x78A12C) is unknown color: approx Sushi. HEX triplet: 78, A1 and 2C. RGB value is (120,161,44). Sum of RGB (Red+Green+Blue) = 120+161+44=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 161 (63.28% from 255 or 49.54% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 161 - color contains mainly: green. Hex color #78A12C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A12C is #875ED3. Grayscale: #878787. Windows color (decimal): -8871636 or 2924920. OLE color: 2924920.

HSL color Cylindrical-coordinate representation of color #78A12C: hue angle of 81.03º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #78A12C is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB12016144-
CMYK0.2500.730.37
HSL81.03º57.07%40.2%-
HSV(B)81.03º72.67%63.14%-
XYZ20.9529.667-
YUV135.476.42117.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.92%
GREEN value IS 161 (63.28% from 255) = 49.54%
BLUE value IS 44 (17.58% from 255) = 13.54%
R=36.92%
G=49.54%
B=13.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal120161440.2500.730.3781.0357.0740.2
Hex78A12C1904925513928
Octal17024154310111451217150
Binary11110001010000110110011001010010011001011010001111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A12C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78A12C; }

 p { color: rgb(120,161,44); }

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

<style>
 a { background-color: #78A12C; }

 a { background-color: rgb(120,161,44); }

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

<style>
 span { border-color: #78A12C; }

 span { border-color: rgb(120,161,44); }

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