Shades of Mantle #96AF8A
Tints of Mantle #96AF8A
RGB
CMYK
RGB Variations
Color information
#96AF8A (or 0x96AF8A) is known color: Mantle. HEX triplet: 96, AF and 8A. RGB value is (150,175,138). Sum of RGB (Red+Green+Blue) = 150+175+138=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AF8A is #695075. Grayscale: #A3A3A3. Windows color (decimal): -6901878 or 9088918. OLE color: 9088918.
HSL color Cylindrical-coordinate representation of color #96AF8A: hue angle of 100.54º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96AF8A is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 175 | 138 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.31 |
| HSL | 100.54º | 0.19% | 0.61% | - |
| HSV(B) | 100.54º | 0.21% | 0.69% | - |
| XYZ | 32.5 | 38.98 | 29.86 | - |
| YUV | 163.31 | 113.72 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 175 | 138 | 0.14 | 0 | 0.21 | 0.31 | 100.54 | 0.19 | 0.61 |
| Hex | 96 | AF | 8A | E | 0 | 15 | 1F | 65 | 13 | 3D |
| Octal | 226 | 257 | 212 | 16 | 0 | 25 | 37 | 145 | 23 | 75 |
| Binary | 10010110 | 10101111 | 10001010 | 1110 | 0 | 10101 | 11111 | 1100101 | 10011 | 111101 |
Color Harmonies of #96AF8A
Complementary color
Monochromatic Colors of #96AF8A
Black with #96AF8A
Text Example
Text Example
White with #96AF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AF8A; }
p { color: rgb(150,175,138); }
H1.HeaderClassName
{
color: #96AF8A;
}
.AnyTagClassName
{
color: #96AF8A;
}
</style>
background-color css
<style>
a { background-color: #96AF8A; }
a { background-color: rgb(150,175,138); }
div.DivClassName
{
background-color: #96AF8A;
}
.BgClassName
{
background-color: #96AF8A;
}
</style>
border-color css
<style>
span { border-color: #96AF8A; }
span { border-color: rgb(150,175,138); }
td.TdClassName
{
border-color: #96AF8A;
}
.TagClassName
{
border-color: #96AF8A;
}
</style>