#79A821

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

Shades of Lima #79A821

Tints of Lima #79A821

Color information

#79A821 (or 0x79A821) is unknown color: approx Lima. HEX triplet: 79, A8 and 21. RGB value is (121,168,33). Sum of RGB (Red+Green+Blue) = 121+168+33=322 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.58% from 322); Green value is 168 (66.02% from 255 or 52.17% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 168 - color contains mainly: green. Hex color #79A821 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79A821 is #8657DE. Grayscale: #8B8B8B. Windows color (decimal): -8804319 or 2205817. OLE color: 2205817.

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

Color convert

RGB12116833-
CMYK0.2800.800.34
HSL80.89º67.16%39.41%-
HSV(B)80.89º80.36%65.88%-
XYZ22.1632.186.48-
YUV138.5668.43115.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.58%
GREEN value IS 168 (66.02% from 255) = 52.17%
BLUE value IS 33 (13.28% from 255) = 10.25%
R=37.58%
G=52.17%
B=10.25%

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
Decimal121168330.2800.800.3480.8967.1639.41
Hex79A8211C05022514327
Octal171250413401204212110347
Binary111100110101000100001111000101000010001010100011000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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