#79AF5F

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

Shades of Mantis #79AF5F

Tints of Mantis #79AF5F

Color information

#79AF5F (or 0x79AF5F) is unknown color: approx Mantis. HEX triplet: 79, AF and 5F. RGB value is (121,175,95). Sum of RGB (Red+Green+Blue) = 121+175+95=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 175 - color contains mainly: green. Hex color #79AF5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79AF5F is #8650A0. Grayscale: #969696. Windows color (decimal): -8802465 or 6270841. OLE color: 6270841.

HSL color Cylindrical-coordinate representation of color #79AF5F: hue angle of 100.5º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #79AF5F is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB12117595-
CMYK0.3100.460.31
HSL100.5º33.33%52.94%-
HSV(B)100.5º45.71%68.63%-
XYZ25.2835.5516.36-
YUV149.7397.11107.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.95%
GREEN value IS 175 (68.75% from 255) = 44.76%
BLUE value IS 95 (37.5% from 255) = 24.30%
R=30.95%
G=44.76%
B=24.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121175950.3100.460.31100.533.3352.94
Hex79AF5F1F02E1F642135
Octal17125713737056371444165
Binary1111001101011111011111111110101110111111100100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,175,95); }

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

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

 a { background-color: rgb(121,175,95); }

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

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

 span { border-color: rgb(121,175,95); }

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