Shades of Mantis #85B468
Tints of Mantis #85B468
RGB
CMYK
RGB Variations
Color information
#85B468 (or 0x85B468) is known color: Mantis. HEX triplet: 85, B4 and 68. RGB value is (133,180,104). Sum of RGB (Red+Green+Blue) = 133+180+104=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 180 - color contains mainly: green. Hex color #85B468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B468 is #7A4B97. Grayscale: #9D9D9D. Windows color (decimal): -8014744 or 6861957. OLE color: 6861957.
HSL color Cylindrical-coordinate representation of color #85B468: hue angle of 97.11º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85B468 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 180 | 104 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.29 |
| HSL | 97.11º | 0.34% | 0.56% | - |
| HSV(B) | 97.11º | 0.42% | 0.71% | - |
| XYZ | 28.49 | 38.63 | 19.05 | - |
| YUV | 157.28 | 97.93 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 180 | 104 | 0.26 | 0 | 0.42 | 0.29 | 97.11 | 0.34 | 0.56 |
| Hex | 85 | B4 | 68 | 1A | 0 | 2A | 1D | 61 | 22 | 38 |
| Octal | 205 | 264 | 150 | 32 | 0 | 52 | 35 | 141 | 42 | 70 |
| Binary | 10000101 | 10110100 | 1101000 | 11010 | 0 | 101010 | 11101 | 1100001 | 100010 | 111000 |
Color Harmonies of #85B468
Complementary color
Monochromatic Colors of #85B468
Black with #85B468
Text Example
Text Example
White with #85B468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B468; }
p { color: rgb(133,180,104); }
H1.HeaderClassName
{
color: #85B468;
}
.AnyTagClassName
{
color: #85B468;
}
</style>
background-color css
<style>
a { background-color: #85B468; }
a { background-color: rgb(133,180,104); }
div.DivClassName
{
background-color: #85B468;
}
.BgClassName
{
background-color: #85B468;
}
</style>
border-color css
<style>
span { border-color: #85B468; }
span { border-color: rgb(133,180,104); }
td.TdClassName
{
border-color: #85B468;
}
.TagClassName
{
border-color: #85B468;
}
</style>