#79A51F

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

Shades of Lima #79A51F

Tints of Lima #79A51F

Color information

#79A51F (or 0x79A51F) is unknown color: approx Lima. HEX triplet: 79, A5 and 1F. RGB value is (121,165,31). Sum of RGB (Red+Green+Blue) = 121+165+31=317 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.17% from 317); Green value is 165 (64.84% from 255 or 52.05% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 165 - color contains mainly: green. Hex color #79A51F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79A51F is #865AE0. Grayscale: #898989. Windows color (decimal): -8805089 or 2073977. OLE color: 2073977.

HSL color Cylindrical-coordinate representation of color #79A51F: hue angle of 79.7º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #79A51F is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB12116531-
CMYK0.2700.810.35
HSL79.7º68.37%38.43%-
HSV(B)79.7º81.21%64.71%-
XYZ21.5931.076.16-
YUV136.5768.42116.9-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.17%
GREEN value IS 165 (64.84% from 255) = 52.05%
BLUE value IS 31 (12.5% from 255) = 9.78%
R=38.17%
G=52.05%
B=9.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal121165310.2700.810.3579.768.3738.43
Hex79A51F1B05123504426
Octal171245373301214312010446
Binary11110011010010111111110110101000110001110100001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A51F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,165,31); }

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

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

 a { background-color: rgb(121,165,31); }

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

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

 span { border-color: rgb(121,165,31); }

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