Shades of Mantle #95A58E
Tints of Mantle #95A58E
RGB
CMYK
RGB Variations
Color information
#95A58E (or 0x95A58E) is known color: Mantle. HEX triplet: 95, A5 and 8E. RGB value is (149,165,142). Sum of RGB (Red+Green+Blue) = 149+165+142=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 165 - color contains mainly: green. Hex color #95A58E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A58E is #6A5A71. Grayscale: #9D9D9D. Windows color (decimal): -6969970 or 9348501. OLE color: 9348501.
HSL color Cylindrical-coordinate representation of color #95A58E: hue angle of 101.74º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #95A58E is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 165 | 142 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.35 |
| HSL | 101.74º | 0.11% | 0.6% | - |
| HSV(B) | 101.74º | 0.14% | 0.65% | - |
| XYZ | 30.73 | 35.25 | 30.78 | - |
| YUV | 157.59 | 119.2 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 165 | 142 | 0.10 | 0 | 0.14 | 0.35 | 101.74 | 0.11 | 0.6 |
| Hex | 95 | A5 | 8E | A | 0 | E | 23 | 66 | B | 3C |
| Octal | 225 | 245 | 216 | 12 | 0 | 16 | 43 | 146 | 13 | 74 |
| Binary | 10010101 | 10100101 | 10001110 | 1010 | 0 | 1110 | 100011 | 1100110 | 1011 | 111100 |
Color Harmonies of #95A58E
Complementary color
Monochromatic Colors of #95A58E
Black with #95A58E
Text Example
Text Example
White with #95A58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A58E; }
p { color: rgb(149,165,142); }
H1.HeaderClassName
{
color: #95A58E;
}
.AnyTagClassName
{
color: #95A58E;
}
</style>
background-color css
<style>
a { background-color: #95A58E; }
a { background-color: rgb(149,165,142); }
div.DivClassName
{
background-color: #95A58E;
}
.BgClassName
{
background-color: #95A58E;
}
</style>
border-color css
<style>
span { border-color: #95A58E; }
span { border-color: rgb(149,165,142); }
td.TdClassName
{
border-color: #95A58E;
}
.TagClassName
{
border-color: #95A58E;
}
</style>