Shades of Mantle #96AF8E
Tints of Mantle #96AF8E
RGB
CMYK
RGB Variations
Color information
#96AF8E (or 0x96AF8E) is known color: Mantle. HEX triplet: 96, AF and 8E. RGB value is (150,175,142). Sum of RGB (Red+Green+Blue) = 150+175+142=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AF8E is #695071. Grayscale: #A3A3A3. Windows color (decimal): -6901874 or 9351062. OLE color: 9351062.
HSL color Cylindrical-coordinate representation of color #96AF8E: hue angle of 105.45º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96AF8E is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 175 | 142 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.31 |
| HSL | 105.45º | 0.17% | 0.62% | - |
| HSV(B) | 105.45º | 0.19% | 0.69% | - |
| XYZ | 32.79 | 39.1 | 31.41 | - |
| YUV | 163.76 | 115.72 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 175 | 142 | 0.14 | 0 | 0.19 | 0.31 | 105.45 | 0.17 | 0.62 |
| Hex | 96 | AF | 8E | E | 0 | 13 | 1F | 69 | 11 | 3E |
| Octal | 226 | 257 | 216 | 16 | 0 | 23 | 37 | 151 | 21 | 76 |
| Binary | 10010110 | 10101111 | 10001110 | 1110 | 0 | 10011 | 11111 | 1101001 | 10001 | 111110 |
Color Harmonies of #96AF8E
Complementary color
Monochromatic Colors of #96AF8E
Black with #96AF8E
Text Example
Text Example
White with #96AF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AF8E; }
p { color: rgb(150,175,142); }
H1.HeaderClassName
{
color: #96AF8E;
}
.AnyTagClassName
{
color: #96AF8E;
}
</style>
background-color css
<style>
a { background-color: #96AF8E; }
a { background-color: rgb(150,175,142); }
div.DivClassName
{
background-color: #96AF8E;
}
.BgClassName
{
background-color: #96AF8E;
}
</style>
border-color css
<style>
span { border-color: #96AF8E; }
span { border-color: rgb(150,175,142); }
td.TdClassName
{
border-color: #96AF8E;
}
.TagClassName
{
border-color: #96AF8E;
}
</style>