#79B614

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

Shades of Lima #79B614

Tints of Lima #79B614

Color information

#79B614 (or 0x79B614) is unknown color: approx Lima. HEX triplet: 79, B6 and 14. RGB value is (121,182,20). Sum of RGB (Red+Green+Blue) = 121+182+20=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 182 (71.48% from 255 or 56.35% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 182 - color contains mainly: green. Hex color #79B614 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79B614 is #8649EB. Grayscale: #919191. Windows color (decimal): -8800748 or 1357433. OLE color: 1357433.

HSL color Cylindrical-coordinate representation of color #79B614: hue angle of 82.59º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #79B614 is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB12118220-
CMYK0.3400.890.29
HSL82.59º80.2%39.61%-
HSV(B)82.59º89.01%71.37%-
XYZ24.7437.576.61-
YUV145.2957.29110.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.46%
GREEN value IS 182 (71.48% from 255) = 56.35%
BLUE value IS 20 (8.20% from 255) = 6.19%
R=37.46%
G=56.35%
B=6.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121182200.3400.890.2982.5980.239.61
Hex79B614220591D535028
Octal171266244201313512312050
Binary11110011011011010100100010010110011110110100111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,182,20); }

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

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

 a { background-color: rgb(121,182,20); }

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

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

 span { border-color: rgb(121,182,20); }

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