Shades of Mantle #95A793
Tints of Mantle #95A793
RGB
CMYK
RGB Variations
Color information
#95A793 (or 0x95A793) is known color: Mantle. HEX triplet: 95, A7 and 93. RGB value is (149,167,147). Sum of RGB (Red+Green+Blue) = 149+167+147=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 167 (65.62% from 255 or 36.07% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 167 - color contains mainly: green. Hex color #95A793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A793 is #6A586C. Grayscale: #9F9F9F. Windows color (decimal): -6969453 or 9676693. OLE color: 9676693.
HSL color Cylindrical-coordinate representation of color #95A793: hue angle of 114º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #95A793 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 167 | 147 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.35 |
| HSL | 114º | 0.1% | 0.62% | - |
| HSV(B) | 114º | 0.12% | 0.65% | - |
| XYZ | 31.48 | 36.13 | 32.92 | - |
| YUV | 159.34 | 121.04 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 167 | 147 | 0.11 | 0 | 0.12 | 0.35 | 114 | 0.1 | 0.62 |
| Hex | 95 | A7 | 93 | B | 0 | C | 23 | 72 | A | 3E |
| Octal | 225 | 247 | 223 | 13 | 0 | 14 | 43 | 162 | 12 | 76 |
| Binary | 10010101 | 10100111 | 10010011 | 1011 | 0 | 1100 | 100011 | 1110010 | 1010 | 111110 |
Color Harmonies of #95A793
Complementary color
Monochromatic Colors of #95A793
Black with #95A793
Text Example
Text Example
White with #95A793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A793; }
p { color: rgb(149,167,147); }
H1.HeaderClassName
{
color: #95A793;
}
.AnyTagClassName
{
color: #95A793;
}
</style>
background-color css
<style>
a { background-color: #95A793; }
a { background-color: rgb(149,167,147); }
div.DivClassName
{
background-color: #95A793;
}
.BgClassName
{
background-color: #95A793;
}
</style>
border-color css
<style>
span { border-color: #95A793; }
span { border-color: rgb(149,167,147); }
td.TdClassName
{
border-color: #95A793;
}
.TagClassName
{
border-color: #95A793;
}
</style>