#81AF68

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

Shades of Mantis #81AF68

Tints of Mantis #81AF68

Color information

#81AF68 (or 0x81AF68) is unknown color: approx Mantis. HEX triplet: 81, AF and 68. RGB value is (129,175,104). Sum of RGB (Red+Green+Blue) = 129+175+104=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AF68 is #7E5097. Grayscale: #999999. Windows color (decimal): -8278168 or 6860673. OLE color: 6860673.

HSL color Cylindrical-coordinate representation of color #81AF68: hue angle of 98.87º 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 #81AF68 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB129175104-
CMYK0.2600.410.31
HSL98.87º30.74%54.71%-
HSV(B)98.87º40.57%68.63%-
XYZ26.8836.3318.69-
YUV153.15100.26110.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.62%
GREEN value IS 175 (68.75% from 255) = 42.89%
BLUE value IS 104 (41.02% from 255) = 25.49%
R=31.62%
G=42.89%
B=25.49%

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
Decimal1291751040.2600.410.3198.8730.7454.71
Hex81AF681A0291F631f37
Octal20125715032051371433767
Binary1000000110101111110100011010010100111111110001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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