Shades of Mantle #95A78E
Tints of Mantle #95A78E
RGB
CMYK
RGB Variations
Color information
#95A78E (or 0x95A78E) is known color: Mantle. HEX triplet: 95, A7 and 8E. RGB value is (149,167,142). Sum of RGB (Red+Green+Blue) = 149+167+142=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 167 - color contains mainly: green. Hex color #95A78E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A78E is #6A5871. Grayscale: #9E9E9E. Windows color (decimal): -6969458 or 9349013. OLE color: 9349013.
HSL color Cylindrical-coordinate representation of color #95A78E: hue angle of 103.2º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #95A78E is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 167 | 142 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.35 |
| HSL | 103.2º | 0.12% | 0.61% | - |
| HSV(B) | 103.2º | 0.15% | 0.65% | - |
| XYZ | 31.1 | 35.98 | 30.9 | - |
| YUV | 158.77 | 118.54 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 167 | 142 | 0.11 | 0 | 0.15 | 0.35 | 103.2 | 0.12 | 0.61 |
| Hex | 95 | A7 | 8E | B | 0 | F | 23 | 67 | C | 3D |
| Octal | 225 | 247 | 216 | 13 | 0 | 17 | 43 | 147 | 14 | 75 |
| Binary | 10010101 | 10100111 | 10001110 | 1011 | 0 | 1111 | 100011 | 1100111 | 1100 | 111101 |
Color Harmonies of #95A78E
Complementary color
Monochromatic Colors of #95A78E
Black with #95A78E
Text Example
Text Example
White with #95A78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A78E; }
p { color: rgb(149,167,142); }
H1.HeaderClassName
{
color: #95A78E;
}
.AnyTagClassName
{
color: #95A78E;
}
</style>
background-color css
<style>
a { background-color: #95A78E; }
a { background-color: rgb(149,167,142); }
div.DivClassName
{
background-color: #95A78E;
}
.BgClassName
{
background-color: #95A78E;
}
</style>
border-color css
<style>
span { border-color: #95A78E; }
span { border-color: rgb(149,167,142); }
td.TdClassName
{
border-color: #95A78E;
}
.TagClassName
{
border-color: #95A78E;
}
</style>