#79A81F

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

Shades of Lima #79A81F

Tints of Lima #79A81F

Color information

#79A81F (or 0x79A81F) is unknown color: approx Lima. HEX triplet: 79, A8 and 1F. RGB value is (121,168,31). Sum of RGB (Red+Green+Blue) = 121+168+31=320 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.81% from 320); Green value is 168 (66.02% from 255 or 52.5% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 168 - color contains mainly: green. Hex color #79A81F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79A81F is #8657E0. Grayscale: #8A8A8A. Windows color (decimal): -8804321 or 2074745. OLE color: 2074745.

HSL color Cylindrical-coordinate representation of color #79A81F: hue angle of 80.58º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #79A81F is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB12116831-
CMYK0.2800.820.34
HSL80.58º68.84%39.02%-
HSV(B)80.58º81.55%65.88%-
XYZ22.1432.176.34-
YUV138.3367.43115.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.81%
GREEN value IS 168 (66.02% from 255) = 52.5%
BLUE value IS 31 (12.5% from 255) = 9.69%
R=37.81%
G=52.5%
B=9.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal121168310.2800.820.3480.5868.8439.02
Hex79A81F1C05222514527
Octal171250373401224212110547
Binary11110011010100011111111000101001010001010100011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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