#78A13C

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

Shades of Sushi #78A13C

Tints of Sushi #78A13C

Color information

#78A13C (or 0x78A13C) is unknown color: approx Sushi. HEX triplet: 78, A1 and 3C. RGB value is (120,161,60). Sum of RGB (Red+Green+Blue) = 120+161+60=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 161 - color contains mainly: green. Hex color #78A13C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A13C is #875EC3. Grayscale: #898989. Windows color (decimal): -8871620 or 3973496. OLE color: 3973496.

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

Color convert

RGB12016160-
CMYK0.2500.630.37
HSL84.36º45.7%43.33%-
HSV(B)84.36º62.73%63.14%-
XYZ21.3129.818.91-
YUV137.2384.42115.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.19%
GREEN value IS 161 (63.28% from 255) = 47.21%
BLUE value IS 60 (23.83% from 255) = 17.60%
R=35.19%
G=47.21%
B=17.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal120161600.2500.630.3784.3645.743.33
Hex78A13C1903F25542e2b
Octal1702417431077451245653
Binary1111000101000011111001100101111111001011010100101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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