#81AF67

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

Shades of Mantis #81AF67

Tints of Mantis #81AF67

Color information

#81AF67 (or 0x81AF67) is unknown color: approx Mantis. HEX triplet: 81, AF and 67. RGB value is (129,175,103). Sum of RGB (Red+Green+Blue) = 129+175+103=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AF67 is #7E5098. Grayscale: #999999. Windows color (decimal): -8278169 or 6795137. OLE color: 6795137.

HSL color Cylindrical-coordinate representation of color #81AF67: hue angle of 98.33º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81AF67 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB129175103-
CMYK0.2600.410.31
HSL98.33º31.03%54.51%-
HSV(B)98.33º41.14%68.63%-
XYZ26.8336.3118.43-
YUV153.0499.76110.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.70%
GREEN value IS 175 (68.75% from 255) = 43.00%
BLUE value IS 103 (40.62% from 255) = 25.31%
R=31.70%
G=43.00%
B=25.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291751030.2600.410.3198.3331.0354.51
Hex81AF671A0291F621f37
Octal20125714732051371423767
Binary1000000110101111110011111010010100111111110001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81AF67; }

 p { color: rgb(129,175,103); }

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

<style>
 a { background-color: #81AF67; }

 a { background-color: rgb(129,175,103); }

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

<style>
 span { border-color: #81AF67; }

 span { border-color: rgb(129,175,103); }

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