#81B165

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

Shades of Mantis #81B165

Tints of Mantis #81B165

Color information

#81B165 (or 0x81B165) is unknown color: approx Mantis. HEX triplet: 81, B1 and 65. RGB value is (129,177,101). Sum of RGB (Red+Green+Blue) = 129+177+101=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 177 - color contains mainly: green. Hex color #81B165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81B165 is #7E4E9A. Grayscale: #9A9A9A. Windows color (decimal): -8277659 or 6664577. OLE color: 6664577.

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

Color convert

RGB129177101-
CMYK0.2700.430.31
HSL97.89º32.76%54.51%-
HSV(B)97.89º42.94%69.41%-
XYZ27.1237.0518.03-
YUV153.9898.1110.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.70%
GREEN value IS 177 (69.53% from 255) = 43.49%
BLUE value IS 101 (39.84% from 255) = 24.82%
R=31.70%
G=43.49%
B=24.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291771010.2700.430.3197.8932.7654.51
Hex81B1651B02B1F622137
Octal20126114533053371424167
Binary10000001101100011100101110110101011111111100010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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