Shades of Mantle #959F92
Tints of Mantle #959F92
RGB
CMYK
RGB Variations
Color information
#959F92 (or 0x959F92) is known color: Mantle. HEX triplet: 95, 9F and 92. RGB value is (149,159,146). Sum of RGB (Red+Green+Blue) = 149+159+146=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 159 (62.5% from 255 or 35.02% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 159 - color contains mainly: green. Hex color #959F92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959F92 is #6A606D. Grayscale: #9A9A9A. Windows color (decimal): -6971502 or 9609109. OLE color: 9609109.
HSL color Cylindrical-coordinate representation of color #959F92: hue angle of 106.15º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #959F92 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 159 | 146 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.38 |
| HSL | 106.15º | 0.06% | 0.6% | - |
| HSV(B) | 106.15º | 0.08% | 0.62% | - |
| XYZ | 29.98 | 33.26 | 32.03 | - |
| YUV | 154.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 159 | 146 | 0.06 | 0 | 0.08 | 0.38 | 106.15 | 0.06 | 0.6 |
| Hex | 95 | 9F | 92 | 6 | 0 | 8 | 26 | 6A | 6 | 3C |
| Octal | 225 | 237 | 222 | 6 | 0 | 10 | 46 | 152 | 6 | 74 |
| Binary | 10010101 | 10011111 | 10010010 | 110 | 0 | 1000 | 100110 | 1101010 | 110 | 111100 |
Color Harmonies of #959F92
Complementary color
Monochromatic Colors of #959F92
Black with #959F92
Text Example
Text Example
White with #959F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959F92; }
p { color: rgb(149,159,146); }
H1.HeaderClassName
{
color: #959F92;
}
.AnyTagClassName
{
color: #959F92;
}
</style>
background-color css
<style>
a { background-color: #959F92; }
a { background-color: rgb(149,159,146); }
div.DivClassName
{
background-color: #959F92;
}
.BgClassName
{
background-color: #959F92;
}
</style>
border-color css
<style>
span { border-color: #959F92; }
span { border-color: rgb(149,159,146); }
td.TdClassName
{
border-color: #959F92;
}
.TagClassName
{
border-color: #959F92;
}
</style>