Shades of Mantis #81B165
Tints of Mantis #81B165
RGB
CMYK
RGB Variations
Color information
#81B165 (or 0x81B165) is known color: 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
| RGB | 129 | 177 | 101 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.31 |
| HSL | 97.89º | 0.33% | 0.55% | - |
| HSV(B) | 97.89º | 0.43% | 0.69% | - |
| XYZ | 27.12 | 37.05 | 18.03 | - |
| YUV | 153.98 | 98.1 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 177 | 101 | 0.27 | 0 | 0.43 | 0.31 | 97.89 | 0.33 | 0.55 |
| Hex | 81 | B1 | 65 | 1B | 0 | 2B | 1F | 62 | 21 | 37 |
| Octal | 201 | 261 | 145 | 33 | 0 | 53 | 37 | 142 | 41 | 67 |
| Binary | 10000001 | 10110001 | 1100101 | 11011 | 0 | 101011 | 11111 | 1100010 | 100001 | 110111 |
Color Harmonies of #81B165
Complementary color
Monochromatic Colors of #81B165
Black with #81B165
Text Example
Text Example
White with #81B165
Text Example
Text Example
HTML Codes & Css Web 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>