#79AA19

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

Shades of Lima #79AA19

Tints of Lima #79AA19

Color information

#79AA19 (or 0x79AA19) is unknown color: approx Lima. HEX triplet: 79, AA and 19. RGB value is (121,170,25). Sum of RGB (Red+Green+Blue) = 121+170+25=316 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.29% from 316); Green value is 170 (66.80% from 255 or 53.80% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 170 - color contains mainly: green. Hex color #79AA19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #79AA19 is #8655E6. Grayscale: #8B8B8B. Windows color (decimal): -8803815 or 1682041. OLE color: 1682041.

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

Color convert

RGB12117025-
CMYK0.2900.850.33
HSL80.28º74.36%38.24%-
HSV(B)80.28º85.29%66.67%-
XYZ22.4432.886.08-
YUV138.8263.77115.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.29%
GREEN value IS 170 (66.80% from 255) = 53.80%
BLUE value IS 25 (10.16% from 255) = 7.91%
R=38.29%
G=53.80%
B=7.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121170250.2900.850.3380.2874.3638.24
Hex79AA191D05521504a26
Octal171252313501254112011246
Binary11110011010101011001111010101010110000110100001001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AA19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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