#79AA21

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

Shades of Lima #79AA21

Tints of Lima #79AA21

Color information

#79AA21 (or 0x79AA21) is unknown color: approx Lima. HEX triplet: 79, AA and 21. RGB value is (121,170,33). Sum of RGB (Red+Green+Blue) = 121+170+33=324 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.35% from 324); Green value is 170 (66.80% from 255 or 52.47% from 324); Blue value is 33 (13.28% from 255 or 10.19% from 324); Max value from RGB is 170 - color contains mainly: green. Hex color #79AA21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79AA21 is #8655DE. Grayscale: #8C8C8C. Windows color (decimal): -8803807 or 2206329. OLE color: 2206329.

HSL color Cylindrical-coordinate representation of color #79AA21: hue angle of 81.46º degrees, saturation: 0.67, 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 #79AA21 is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB12117033-
CMYK0.2900.810.33
HSL81.46º67.49%39.8%-
HSV(B)81.46º80.59%66.67%-
XYZ22.5332.926.61-
YUV139.7367.77114.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.35%
GREEN value IS 170 (66.80% from 255) = 52.47%
BLUE value IS 33 (13.28% from 255) = 10.19%
R=37.35%
G=52.47%
B=10.19%

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
Decimal121170330.2900.810.3381.4667.4939.8
Hex79AA211D05121514328
Octal171252413501214112110350
Binary111100110101010100001111010101000110000110100011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79AA21; }

 p { color: rgb(121,170,33); }

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

<style>
 a { background-color: #79AA21; }

 a { background-color: rgb(121,170,33); }

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

<style>
 span { border-color: #79AA21; }

 span { border-color: rgb(121,170,33); }

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