#79B016

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

Shades of Lima #79B016

Tints of Lima #79B016

Color information

#79B016 (or 0x79B016) is unknown color: approx Lima. HEX triplet: 79, B0 and 16. RGB value is (121,176,22). Sum of RGB (Red+Green+Blue) = 121+176+22=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 176 (69.14% from 255 or 55.17% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 176 - color contains mainly: green. Hex color #79B016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #79B016 is #864FE9. Grayscale: #8E8E8E. Windows color (decimal): -8802282 or 1486969. OLE color: 1486969.

HSL color Cylindrical-coordinate representation of color #79B016: hue angle of 81.43º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #79B016 is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB12117622-
CMYK0.3100.880.31
HSL81.43º77.78%38.82%-
HSV(B)81.43º87.5%69.02%-
XYZ23.5635.176.31-
YUV14260.28113.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.93%
GREEN value IS 176 (69.14% from 255) = 55.17%
BLUE value IS 22 (8.98% from 255) = 6.90%
R=37.93%
G=55.17%
B=6.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121176220.3100.880.3181.4377.7838.82
Hex79B0161F0581F514e27
Octal171260263701303712111647
Binary1111001101100001011011111010110001111110100011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,176,22); }

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

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

 a { background-color: rgb(121,176,22); }

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

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

 span { border-color: rgb(121,176,22); }

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