Shades of Granite Green #968A5E
Tints of Granite Green #968A5E
RGB
CMYK
RGB Variations
Color information
#968A5E (or 0x968A5E) is known color: Granite Green. HEX triplet: 96, 8A and 5E. RGB value is (150,138,94). Sum of RGB (Red+Green+Blue) = 150+138+94=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 150 - color contains mainly: red. Hex color #968A5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968A5E is #6975A1. Grayscale: #888888. Windows color (decimal): -6911394 or 6195862. OLE color: 6195862.
HSL color Cylindrical-coordinate representation of color #968A5E: hue angle of 47.14º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #968A5E is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 138 | 94 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.41 |
| HSL | 47.14º | 0.23% | 0.48% | - |
| HSV(B) | 47.14º | 0.37% | 0.59% | - |
| XYZ | 23.69 | 25.47 | 14.26 | - |
| YUV | 136.57 | 103.98 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 94 | 0 | 0.08 | 0.37 | 0.41 | 47.14 | 0.23 | 0.48 |
| Hex | 96 | 8A | 5E | 0 | 8 | 25 | 29 | 2F | 17 | 30 |
| Octal | 226 | 212 | 136 | 0 | 10 | 45 | 51 | 57 | 27 | 60 |
| Binary | 10010110 | 10001010 | 1011110 | 0 | 1000 | 100101 | 101001 | 101111 | 10111 | 110000 |
Color Harmonies of #968A5E
Complementary color
Monochromatic Colors of #968A5E
Black with #968A5E
Text Example
Text Example
White with #968A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968A5E; }
p { color: rgb(150,138,94); }
H1.HeaderClassName
{
color: #968A5E;
}
.AnyTagClassName
{
color: #968A5E;
}
</style>
background-color css
<style>
a { background-color: #968A5E; }
a { background-color: rgb(150,138,94); }
div.DivClassName
{
background-color: #968A5E;
}
.BgClassName
{
background-color: #968A5E;
}
</style>
border-color css
<style>
span { border-color: #968A5E; }
span { border-color: rgb(150,138,94); }
td.TdClassName
{
border-color: #968A5E;
}
.TagClassName
{
border-color: #968A5E;
}
</style>