#78AA20

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

Shades of Lima #78AA20

Tints of Lima #78AA20

Color information

#78AA20 (or 0x78AA20) is unknown color: approx Lima. HEX triplet: 78, AA and 20. RGB value is (120,170,32). Sum of RGB (Red+Green+Blue) = 120+170+32=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AA20 is #8755DF. Grayscale: #8B8B8B. Windows color (decimal): -8869344 or 2140792. OLE color: 2140792.

HSL color Cylindrical-coordinate representation of color #78AA20: hue angle of 81.74º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #78AA20 is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB12017032-
CMYK0.2900.810.33
HSL81.74º68.32%39.61%-
HSV(B)81.74º81.18%66.67%-
XYZ22.3832.856.53-
YUV139.3267.44114.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.27%
GREEN value IS 170 (66.80% from 255) = 52.80%
BLUE value IS 32 (12.89% from 255) = 9.94%
R=37.27%
G=52.80%
B=9.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal120170320.2900.810.3381.7468.3239.61
Hex78AA201D05121524428
Octal170252403501214112210450
Binary111100010101010100000111010101000110000110100101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,170,32); }

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

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

 a { background-color: rgb(120,170,32); }

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

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

 span { border-color: rgb(120,170,32); }

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