Shades of Mantle #88A785
Tints of Mantle #88A785
RGB
CMYK
RGB Variations
Color information
#88A785 (or 0x88A785) is known color: Mantle. HEX triplet: 88, A7 and 85. RGB value is (136,167,133). Sum of RGB (Red+Green+Blue) = 136+167+133=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 167 - color contains mainly: green. Hex color #88A785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A785 is #77587A. Grayscale: #999999. Windows color (decimal): -7821435 or 8759176. OLE color: 8759176.
HSL color Cylindrical-coordinate representation of color #88A785: hue angle of 114.71º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #88A785 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 136 | 167 | 133 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.35 |
| HSL | 114.71º | 0.16% | 0.59% | - |
| HSV(B) | 114.71º | 0.2% | 0.65% | - |
| XYZ | 28.21 | 34.57 | 27.38 | - |
| YUV | 153.86 | 116.23 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 167 | 133 | 0.19 | 0 | 0.20 | 0.35 | 114.71 | 0.16 | 0.59 |
| Hex | 88 | A7 | 85 | 13 | 0 | 14 | 23 | 73 | 10 | 3B |
| Octal | 210 | 247 | 205 | 23 | 0 | 24 | 43 | 163 | 20 | 73 |
| Binary | 10001000 | 10100111 | 10000101 | 10011 | 0 | 10100 | 100011 | 1110011 | 10000 | 111011 |
Color Harmonies of #88A785
Complementary color
Monochromatic Colors of #88A785
Black with #88A785
Text Example
Text Example
White with #88A785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A785; }
p { color: rgb(136,167,133); }
H1.HeaderClassName
{
color: #88A785;
}
.AnyTagClassName
{
color: #88A785;
}
</style>
background-color css
<style>
a { background-color: #88A785; }
a { background-color: rgb(136,167,133); }
div.DivClassName
{
background-color: #88A785;
}
.BgClassName
{
background-color: #88A785;
}
</style>
border-color css
<style>
span { border-color: #88A785; }
span { border-color: rgb(136,167,133); }
td.TdClassName
{
border-color: #88A785;
}
.TagClassName
{
border-color: #88A785;
}
</style>