Shades of Mantis #86B269
Tints of Mantis #86B269
RGB
CMYK
RGB Variations
Color information
#86B269 (or 0x86B269) is known color: Mantis. HEX triplet: 86, B2 and 69. RGB value is (134,178,105). Sum of RGB (Red+Green+Blue) = 134+178+105=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 178 - color contains mainly: green. Hex color #86B269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86B269 is #794D96. Grayscale: #9C9C9C. Windows color (decimal): -7949719 or 6926982. OLE color: 6926982.
HSL color Cylindrical-coordinate representation of color #86B269: hue angle of 96.16º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86B269 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 178 | 105 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.30 |
| HSL | 96.16º | 0.32% | 0.55% | - |
| HSV(B) | 96.16º | 0.41% | 0.7% | - |
| XYZ | 28.3 | 37.93 | 19.19 | - |
| YUV | 156.52 | 98.92 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 178 | 105 | 0.25 | 0 | 0.41 | 0.30 | 96.16 | 0.32 | 0.55 |
| Hex | 86 | B2 | 69 | 19 | 0 | 29 | 1E | 60 | 20 | 37 |
| Octal | 206 | 262 | 151 | 31 | 0 | 51 | 36 | 140 | 40 | 67 |
| Binary | 10000110 | 10110010 | 1101001 | 11001 | 0 | 101001 | 11110 | 1100000 | 100000 | 110111 |
Color Harmonies of #86B269
Complementary color
Monochromatic Colors of #86B269
Black with #86B269
Text Example
Text Example
White with #86B269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B269; }
p { color: rgb(134,178,105); }
H1.HeaderClassName
{
color: #86B269;
}
.AnyTagClassName
{
color: #86B269;
}
</style>
background-color css
<style>
a { background-color: #86B269; }
a { background-color: rgb(134,178,105); }
div.DivClassName
{
background-color: #86B269;
}
.BgClassName
{
background-color: #86B269;
}
</style>
border-color css
<style>
span { border-color: #86B269; }
span { border-color: rgb(134,178,105); }
td.TdClassName
{
border-color: #86B269;
}
.TagClassName
{
border-color: #86B269;
}
</style>