Shades of Mantle #95A789
Tints of Mantle #95A789
RGB
CMYK
RGB Variations
Color information
#95A789 (or 0x95A789) is known color: Mantle. HEX triplet: 95, A7 and 89. RGB value is (149,167,137). Sum of RGB (Red+Green+Blue) = 149+167+137=453 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.89% from 453); Green value is 167 (65.62% from 255 or 36.87% from 453); Blue value is 137 (53.91% from 255 or 30.24% from 453); Max value from RGB is 167 - color contains mainly: green. Hex color #95A789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A789 is #6A5876. Grayscale: #9E9E9E. Windows color (decimal): -6969463 or 9021333. OLE color: 9021333.
HSL color Cylindrical-coordinate representation of color #95A789: hue angle of 96º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #95A789 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 167 | 137 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.35 |
| HSL | 96º | 0.15% | 0.6% | - |
| HSV(B) | 96º | 0.18% | 0.65% | - |
| XYZ | 30.73 | 35.83 | 28.96 | - |
| YUV | 158.2 | 116.04 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 167 | 137 | 0.11 | 0 | 0.18 | 0.35 | 96 | 0.15 | 0.6 |
| Hex | 95 | A7 | 89 | B | 0 | 12 | 23 | 60 | F | 3C |
| Octal | 225 | 247 | 211 | 13 | 0 | 22 | 43 | 140 | 17 | 74 |
| Binary | 10010101 | 10100111 | 10001001 | 1011 | 0 | 10010 | 100011 | 1100000 | 1111 | 111100 |
Color Harmonies of #95A789
Complementary color
Monochromatic Colors of #95A789
Black with #95A789
Text Example
Text Example
White with #95A789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A789; }
p { color: rgb(149,167,137); }
H1.HeaderClassName
{
color: #95A789;
}
.AnyTagClassName
{
color: #95A789;
}
</style>
background-color css
<style>
a { background-color: #95A789; }
a { background-color: rgb(149,167,137); }
div.DivClassName
{
background-color: #95A789;
}
.BgClassName
{
background-color: #95A789;
}
</style>
border-color css
<style>
span { border-color: #95A789; }
span { border-color: rgb(149,167,137); }
td.TdClassName
{
border-color: #95A789;
}
.TagClassName
{
border-color: #95A789;
}
</style>