Shades of Mantle #96B78A
Tints of Mantle #96B78A
RGB
CMYK
RGB Variations
Color information
#96B78A (or 0x96B78A) is known color: Mantle. HEX triplet: 96, B7 and 8A. RGB value is (150,183,138). Sum of RGB (Red+Green+Blue) = 150+183+138=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 183 - color contains mainly: green. Hex color #96B78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B78A is #694875. Grayscale: #A8A8A8. Windows color (decimal): -6899830 or 9090966. OLE color: 9090966.
HSL color Cylindrical-coordinate representation of color #96B78A: hue angle of 104º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96B78A is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 183 | 138 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.28 |
| HSL | 104º | 0.24% | 0.63% | - |
| HSV(B) | 104º | 0.25% | 0.72% | - |
| XYZ | 34.1 | 42.19 | 30.39 | - |
| YUV | 168 | 111.07 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 183 | 138 | 0.18 | 0 | 0.25 | 0.28 | 104 | 0.24 | 0.63 |
| Hex | 96 | B7 | 8A | 12 | 0 | 19 | 1C | 68 | 18 | 3F |
| Octal | 226 | 267 | 212 | 22 | 0 | 31 | 34 | 150 | 30 | 77 |
| Binary | 10010110 | 10110111 | 10001010 | 10010 | 0 | 11001 | 11100 | 1101000 | 11000 | 111111 |
Color Harmonies of #96B78A
Complementary color
Monochromatic Colors of #96B78A
Black with #96B78A
Text Example
Text Example
White with #96B78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B78A; }
p { color: rgb(150,183,138); }
H1.HeaderClassName
{
color: #96B78A;
}
.AnyTagClassName
{
color: #96B78A;
}
</style>
background-color css
<style>
a { background-color: #96B78A; }
a { background-color: rgb(150,183,138); }
div.DivClassName
{
background-color: #96B78A;
}
.BgClassName
{
background-color: #96B78A;
}
</style>
border-color css
<style>
span { border-color: #96B78A; }
span { border-color: rgb(150,183,138); }
td.TdClassName
{
border-color: #96B78A;
}
.TagClassName
{
border-color: #96B78A;
}
</style>