#81B160

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

Shades of Mantis #81B160

Tints of Mantis #81B160

Color information

#81B160 (or 0x81B160) is unknown color: approx Mantis. HEX triplet: 81, B1 and 60. RGB value is (129,177,96). Sum of RGB (Red+Green+Blue) = 129+177+96=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 177 - color contains mainly: green. Hex color #81B160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81B160 is #7E4E9F. Grayscale: #999999. Windows color (decimal): -8277664 or 6336897. OLE color: 6336897.

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

Color convert

RGB12917796-
CMYK0.2700.460.31
HSL95.56º34.18%53.53%-
HSV(B)95.56º45.76%69.41%-
XYZ26.8936.9616.78-
YUV153.4195.6110.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.09%
GREEN value IS 177 (69.53% from 255) = 44.03%
BLUE value IS 96 (37.89% from 255) = 23.88%
R=32.09%
G=44.03%
B=23.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal129177960.2700.460.3195.5634.1853.53
Hex81B1601B02E1F602236
Octal20126114033056371404266
Binary10000001101100011100000110110101110111111100000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,177,96); }

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

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

 a { background-color: rgb(129,177,96); }

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

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

 span { border-color: rgb(129,177,96); }

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