Shades of Mantis #81B169
Tints of Mantis #81B169
RGB
CMYK
RGB Variations
Color information
#81B169 (or 0x81B169) is known color: Mantis. HEX triplet: 81, B1 and 69. RGB value is (129,177,105). Sum of RGB (Red+Green+Blue) = 129+177+105=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 177 - color contains mainly: green. Hex color #81B169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81B169 is #7E4E96. Grayscale: #9A9A9A. Windows color (decimal): -8277655 or 6926721. OLE color: 6926721.
HSL color Cylindrical-coordinate representation of color #81B169: hue angle of 100º degrees, saturation: 0.32, 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 #81B169 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 177 | 105 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.31 |
| HSL | 100º | 0.32% | 0.55% | - |
| HSV(B) | 100º | 0.41% | 0.69% | - |
| XYZ | 27.33 | 37.13 | 19.09 | - |
| YUV | 154.44 | 100.1 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 177 | 105 | 0.27 | 0 | 0.41 | 0.31 | 100 | 0.32 | 0.55 |
| Hex | 81 | B1 | 69 | 1B | 0 | 29 | 1F | 64 | 20 | 37 |
| Octal | 201 | 261 | 151 | 33 | 0 | 51 | 37 | 144 | 40 | 67 |
| Binary | 10000001 | 10110001 | 1101001 | 11011 | 0 | 101001 | 11111 | 1100100 | 100000 | 110111 |
Color Harmonies of #81B169
Complementary color
Monochromatic Colors of #81B169
Black with #81B169
Text Example
Text Example
White with #81B169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B169; }
p { color: rgb(129,177,105); }
H1.HeaderClassName
{
color: #81B169;
}
.AnyTagClassName
{
color: #81B169;
}
</style>
background-color css
<style>
a { background-color: #81B169; }
a { background-color: rgb(129,177,105); }
div.DivClassName
{
background-color: #81B169;
}
.BgClassName
{
background-color: #81B169;
}
</style>
border-color css
<style>
span { border-color: #81B169; }
span { border-color: rgb(129,177,105); }
td.TdClassName
{
border-color: #81B169;
}
.TagClassName
{
border-color: #81B169;
}
</style>