Shades of Mantis #85B269
Tints of Mantis #85B269
RGB
CMYK
RGB Variations
Color information
#85B269 (or 0x85B269) is known color: Mantis. HEX triplet: 85, B2 and 69. RGB value is (133,178,105). Sum of RGB (Red+Green+Blue) = 133+178+105=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 178 - color contains mainly: green. Hex color #85B269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B269 is #7A4D96. Grayscale: #9C9C9C. Windows color (decimal): -8015255 or 6926981. OLE color: 6926981.
HSL color Cylindrical-coordinate representation of color #85B269: hue angle of 96.99º 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 #85B269 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 178 | 105 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.30 |
| HSL | 96.99º | 0.32% | 0.55% | - |
| HSV(B) | 96.99º | 0.41% | 0.7% | - |
| XYZ | 28.14 | 37.85 | 19.19 | - |
| YUV | 156.22 | 99.09 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 178 | 105 | 0.25 | 0 | 0.41 | 0.30 | 96.99 | 0.32 | 0.55 |
| Hex | 85 | B2 | 69 | 19 | 0 | 29 | 1E | 61 | 20 | 37 |
| Octal | 205 | 262 | 151 | 31 | 0 | 51 | 36 | 141 | 40 | 67 |
| Binary | 10000101 | 10110010 | 1101001 | 11001 | 0 | 101001 | 11110 | 1100001 | 100000 | 110111 |
Color Harmonies of #85B269
Complementary color
Monochromatic Colors of #85B269
Black with #85B269
Text Example
Text Example
White with #85B269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B269; }
p { color: rgb(133,178,105); }
H1.HeaderClassName
{
color: #85B269;
}
.AnyTagClassName
{
color: #85B269;
}
</style>
background-color css
<style>
a { background-color: #85B269; }
a { background-color: rgb(133,178,105); }
div.DivClassName
{
background-color: #85B269;
}
.BgClassName
{
background-color: #85B269;
}
</style>
border-color css
<style>
span { border-color: #85B269; }
span { border-color: rgb(133,178,105); }
td.TdClassName
{
border-color: #85B269;
}
.TagClassName
{
border-color: #85B269;
}
</style>