#79B62A

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

Shades of Lima #79B62A

Tints of Lima #79B62A

Color information

#79B62A (or 0x79B62A) is unknown color: approx Lima. HEX triplet: 79, B6 and 2A. RGB value is (121,182,42). Sum of RGB (Red+Green+Blue) = 121+182+42=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 182 (71.48% from 255 or 52.75% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 182 - color contains mainly: green. Hex color #79B62A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79B62A is #8649D5. Grayscale: #949494. Windows color (decimal): -8800726 or 2799225. OLE color: 2799225.

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

Color convert

RGB12118242-
CMYK0.3400.770.29
HSL86.14º62.5%43.92%-
HSV(B)86.14º76.92%71.37%-
XYZ25.0337.698.15-
YUV147.868.29108.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.07%
GREEN value IS 182 (71.48% from 255) = 52.75%
BLUE value IS 42 (16.80% from 255) = 12.17%
R=35.07%
G=52.75%
B=12.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121182420.3400.770.2986.1462.543.92
Hex79B62A2204D1D563e2c
Octal17126652420115351267654
Binary11110011011011010101010001001001101111011010110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B62A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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