Html Css Color HEX #79A420 Lima

📋 copy color: '#79A420'

red 121 ◦ green 164 ◦ blue 32

#79A420
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #79A420

Tints of Lima #79A420

RGB

 RED value IS 121 (47.66% from 255) = 38.17%

 GREEN value IS 164 (64.45% from 255) = 51.74%

 BLUE value IS 32 (12.89% from 255) = 10.09%

R = 38.17%
G = 51.74%
B = 10.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#79A420 (or 0x79A420) is known color: Lima. HEX triplet: 79, A4 and 20. RGB value is (121,164,32). Sum of RGB (Red+Green+Blue) = 121+164+32=317 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.17% from 317); Green value is 164 (64.45% from 255 or 51.74% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 164 - color contains mainly: green. Hex color #79A420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79A420 is #865BDF. Grayscale: #888888. Windows color (decimal): -8805344 or 2139257. OLE color: 2139257.

HSL color Cylindrical-coordinate representation of color #79A420: hue angle of 79.55º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #79A420 is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 121 164 32 -
CMYK 0.26 0 0.80 0.36
HSL 79.55º 0.67% 0.38% -
HSV(B) 79.55º 0.8% 0.64% -
XYZ 21.42 30.72 6.17 -
YUV 136.1 69.25 117.23 -
System Red Green Blue C M Y K H S L
Decimal 121 164 32 0.26 0 0.80 0.36 79.55 0.67 0.38
Hex 79 A4 20 1A 0 50 24 50 43 26
Octal 171 244 40 32 0 120 44 120 103 46
Binary 1111001 10100100 100000 11010 0 1010000 100100 1010000 1000011 100110

Color Harmonies of #79A420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A420

Black with #79A420

Text Example


Text Example

White with #79A420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,164,32); }

 H1.HeaderClassName
 {
   color: #79A420;
 }
 .AnyTagClassName
 {
   color: #79A420;
 }
</style>

background-color css

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

 a { background-color: rgb(121,164,32); }

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

border-color css

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

 span { border-color: rgb(121,164,32); }

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