Shades of Granite Green #968E5A
Tints of Granite Green #968E5A
RGB
CMYK
RGB Variations
Color information
#968E5A (or 0x968E5A) is known color: Granite Green. HEX triplet: 96, 8E and 5A. RGB value is (150,142,90). Sum of RGB (Red+Green+Blue) = 150+142+90=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 150 - color contains mainly: red. Hex color #968E5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968E5A is #6971A5. Grayscale: #8A8A8A. Windows color (decimal): -6910374 or 5934742. OLE color: 5934742.
HSL color Cylindrical-coordinate representation of color #968E5A: hue angle of 52º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #968E5A is Cyan = 0, Magento = 0.05, Yellow = 0.4 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 142 | 90 | - |
| CMYK | 0 | 0.05 | 0.4 | 0.41 |
| HSL | 52º | 0.25% | 0.47% | - |
| HSV(B) | 52º | 0.4% | 0.59% | - |
| XYZ | 24.1 | 26.57 | 13.53 | - |
| YUV | 138.46 | 100.65 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 90 | 0 | 0.05 | 0.4 | 0.41 | 52 | 0.25 | 0.47 |
| Hex | 96 | 8E | 5A | 0 | 5 | 28 | 29 | 34 | 19 | 2F |
| Octal | 226 | 216 | 132 | 0 | 5 | 50 | 51 | 64 | 31 | 57 |
| Binary | 10010110 | 10001110 | 1011010 | 0 | 101 | 101000 | 101001 | 110100 | 11001 | 101111 |
Color Harmonies of #968E5A
Complementary color
Monochromatic Colors of #968E5A
Black with #968E5A
Text Example
Text Example
White with #968E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968E5A; }
p { color: rgb(150,142,90); }
H1.HeaderClassName
{
color: #968E5A;
}
.AnyTagClassName
{
color: #968E5A;
}
</style>
background-color css
<style>
a { background-color: #968E5A; }
a { background-color: rgb(150,142,90); }
div.DivClassName
{
background-color: #968E5A;
}
.BgClassName
{
background-color: #968E5A;
}
</style>
border-color css
<style>
span { border-color: #968E5A; }
span { border-color: rgb(150,142,90); }
td.TdClassName
{
border-color: #968E5A;
}
.TagClassName
{
border-color: #968E5A;
}
</style>