#79A41B

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

Shades of Lima #79A41B

Tints of Lima #79A41B

Color information

#79A41B (or 0x79A41B) is unknown color: approx Lima. HEX triplet: 79, A4 and 1B. RGB value is (121,164,27). Sum of RGB (Red+Green+Blue) = 121+164+27=312 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.78% from 312); Green value is 164 (64.45% from 255 or 52.56% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 164 - color contains mainly: green. Hex color #79A41B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79A41B is #865BE4. Grayscale: #888888. Windows color (decimal): -8805349 or 1811577. OLE color: 1811577.

HSL color Cylindrical-coordinate representation of color #79A41B: hue angle of 78.83º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #79A41B is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB12116427-
CMYK0.2600.840.36
HSL78.83º71.73%37.45%-
HSV(B)78.83º83.54%64.31%-
XYZ21.3630.695.84-
YUV135.5266.75117.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.78%
GREEN value IS 164 (64.45% from 255) = 52.56%
BLUE value IS 27 (10.94% from 255) = 8.65%
R=38.78%
G=52.56%
B=8.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal121164270.2600.840.3678.8371.7337.45
Hex79A41B1A054244f4825
Octal171244333201244411711045
Binary11110011010010011011110100101010010010010011111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A41B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,164,27); }

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

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

 a { background-color: rgb(121,164,27); }

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

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

 span { border-color: rgb(121,164,27); }

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