#79A921

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

Shades of Lima #79A921

Tints of Lima #79A921

Color information

#79A921 (or 0x79A921) is unknown color: approx Lima. HEX triplet: 79, A9 and 21. RGB value is (121,169,33). Sum of RGB (Red+Green+Blue) = 121+169+33=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 169 (66.41% from 255 or 52.32% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 169 - color contains mainly: green. Hex color #79A921 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79A921 is #8656DE. Grayscale: #8B8B8B. Windows color (decimal): -8804063 or 2206073. OLE color: 2206073.

HSL color Cylindrical-coordinate representation of color #79A921: hue angle of 81.18º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #79A921 is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB12116933-
CMYK0.2800.800.34
HSL81.18º67.33%39.61%-
HSV(B)81.18º80.47%66.27%-
XYZ22.3532.556.54-
YUV139.1468.1115.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.46%
GREEN value IS 169 (66.41% from 255) = 52.32%
BLUE value IS 33 (13.28% from 255) = 10.22%
R=37.46%
G=52.32%
B=10.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal121169330.2800.800.3481.1867.3339.61
Hex79A9211C05022514328
Octal171251413401204212110350
Binary111100110101001100001111000101000010001010100011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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