#79AA26

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

Shades of Lima #79AA26

Tints of Lima #79AA26

Color information

#79AA26 (or 0x79AA26) is unknown color: approx Lima. HEX triplet: 79, AA and 26. RGB value is (121,170,38). Sum of RGB (Red+Green+Blue) = 121+170+38=329 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.78% from 329); Green value is 170 (66.80% from 255 or 51.67% from 329); Blue value is 38 (15.23% from 255 or 11.55% from 329); Max value from RGB is 170 - color contains mainly: green. Hex color #79AA26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79AA26 is #8655D9. Grayscale: #8C8C8C. Windows color (decimal): -8803802 or 2534009. OLE color: 2534009.

HSL color Cylindrical-coordinate representation of color #79AA26: hue angle of 82.27º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #79AA26 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB12117038-
CMYK0.2900.780.33
HSL82.27º63.46%40.78%-
HSV(B)82.27º77.65%66.67%-
XYZ22.6132.957-
YUV140.370.27114.23-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.78%
GREEN value IS 170 (66.80% from 255) = 51.67%
BLUE value IS 38 (15.23% from 255) = 11.55%
R=36.78%
G=51.67%
B=11.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121170380.2900.780.3382.2763.4640.78
Hex79AA261D04E21523f29
Octal17125246350116411227751
Binary11110011010101010011011101010011101000011010010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AA26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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