#7FAF66

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

Shades of Mantis #7FAF66

Tints of Mantis #7FAF66

Color information

#7FAF66 (or 0x7FAF66) is unknown color: approx Mantis. HEX triplet: 7F, AF and 66. RGB value is (127,175,102). Sum of RGB (Red+Green+Blue) = 127+175+102=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAF66 is #805099. Grayscale: #989898. Windows color (decimal): -8409242 or 6729599. OLE color: 6729599.

HSL color Cylindrical-coordinate representation of color #7FAF66: hue angle of 99.45º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FAF66 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB127175102-
CMYK0.2700.420.31
HSL99.45º31.33%54.31%-
HSV(B)99.45º41.71%68.63%-
XYZ26.4836.1318.15-
YUV152.3399.6109.94-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.44%
GREEN value IS 175 (68.75% from 255) = 43.32%
BLUE value IS 102 (40.23% from 255) = 25.25%
R=31.44%
G=43.32%
B=25.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271751020.2700.420.3199.4531.3354.31
Hex7FAF661B02A1F631f36
Octal17725714633052371433766
Binary111111110101111110011011011010101011111110001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FAF66; }

 p { color: rgb(127,175,102); }

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

<style>
 a { background-color: #7FAF66; }

 a { background-color: rgb(127,175,102); }

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

<style>
 span { border-color: #7FAF66; }

 span { border-color: rgb(127,175,102); }

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