Shades of Mantle #96A694
Tints of Mantle #96A694
RGB
CMYK
RGB Variations
Color information
#96A694 (or 0x96A694) is known color: Mantle. HEX triplet: 96, A6 and 94. RGB value is (150,166,148). Sum of RGB (Red+Green+Blue) = 150+166+148=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 166 - color contains mainly: green. Hex color #96A694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A694 is #69596B. Grayscale: #9F9F9F. Windows color (decimal): -6904172 or 9741974. OLE color: 9741974.
HSL color Cylindrical-coordinate representation of color #96A694: hue angle of 113.33º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #96A694 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 166 | 148 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.35 |
| HSL | 113.33º | 0.09% | 0.62% | - |
| HSV(B) | 113.33º | 0.11% | 0.65% | - |
| XYZ | 31.56 | 35.89 | 33.28 | - |
| YUV | 159.16 | 121.7 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 166 | 148 | 0.10 | 0 | 0.11 | 0.35 | 113.33 | 0.09 | 0.62 |
| Hex | 96 | A6 | 94 | A | 0 | B | 23 | 71 | 9 | 3E |
| Octal | 226 | 246 | 224 | 12 | 0 | 13 | 43 | 161 | 11 | 76 |
| Binary | 10010110 | 10100110 | 10010100 | 1010 | 0 | 1011 | 100011 | 1110001 | 1001 | 111110 |
Color Harmonies of #96A694
Complementary color
Monochromatic Colors of #96A694
Black with #96A694
Text Example
Text Example
White with #96A694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A694; }
p { color: rgb(150,166,148); }
H1.HeaderClassName
{
color: #96A694;
}
.AnyTagClassName
{
color: #96A694;
}
</style>
background-color css
<style>
a { background-color: #96A694; }
a { background-color: rgb(150,166,148); }
div.DivClassName
{
background-color: #96A694;
}
.BgClassName
{
background-color: #96A694;
}
</style>
border-color css
<style>
span { border-color: #96A694; }
span { border-color: rgb(150,166,148); }
td.TdClassName
{
border-color: #96A694;
}
.TagClassName
{
border-color: #96A694;
}
</style>