#79A11A

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

Shades of Lima #79A11A

Tints of Lima #79A11A

Color information

#79A11A (or 0x79A11A) is unknown color: approx Lima. HEX triplet: 79, A1 and 1A. RGB value is (121,161,26). Sum of RGB (Red+Green+Blue) = 121+161+26=308 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.29% from 308); Green value is 161 (63.28% from 255 or 52.27% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 161 - color contains mainly: green. Hex color #79A11A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79A11A is #865EE5. Grayscale: #868686. Windows color (decimal): -8806118 or 1745273. OLE color: 1745273.

HSL color Cylindrical-coordinate representation of color #79A11A: hue angle of 77.78º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #79A11A is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB12116126-
CMYK0.2500.840.37
HSL77.78º72.19%36.67%-
HSV(B)77.78º83.85%63.14%-
XYZ20.8229.635.6-
YUV133.6567.25118.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.29%
GREEN value IS 161 (63.28% from 255) = 52.27%
BLUE value IS 26 (10.55% from 255) = 8.44%
R=39.29%
G=52.27%
B=8.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal121161260.2500.840.3777.7872.1936.67
Hex79A11A19054254e4825
Octal171241323101244511611045
Binary11110011010000111010110010101010010010110011101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A11A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,161,26); }

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

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

 a { background-color: rgb(121,161,26); }

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

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

 span { border-color: rgb(121,161,26); }

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