Shades of Granite Green #968A5D
Tints of Granite Green #968A5D
RGB
CMYK
RGB Variations
Color information
#968A5D (or 0x968A5D) is known color: Granite Green. HEX triplet: 96, 8A and 5D. RGB value is (150,138,93). Sum of RGB (Red+Green+Blue) = 150+138+93=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #968A5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968A5D is #6975A2. Grayscale: #888888. Windows color (decimal): -6911395 or 6130326. OLE color: 6130326.
HSL color Cylindrical-coordinate representation of color #968A5D: hue angle of 47.37º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #968A5D is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 138 | 93 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.41 |
| HSL | 47.37º | 0.23% | 0.48% | - |
| HSV(B) | 47.37º | 0.38% | 0.59% | - |
| XYZ | 23.64 | 25.45 | 14.02 | - |
| YUV | 136.46 | 103.48 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 93 | 0 | 0.08 | 0.38 | 0.41 | 47.37 | 0.23 | 0.48 |
| Hex | 96 | 8A | 5D | 0 | 8 | 26 | 29 | 2F | 17 | 30 |
| Octal | 226 | 212 | 135 | 0 | 10 | 46 | 51 | 57 | 27 | 60 |
| Binary | 10010110 | 10001010 | 1011101 | 0 | 1000 | 100110 | 101001 | 101111 | 10111 | 110000 |
Color Harmonies of #968A5D
Complementary color
Monochromatic Colors of #968A5D
Black with #968A5D
Text Example
Text Example
White with #968A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968A5D; }
p { color: rgb(150,138,93); }
H1.HeaderClassName
{
color: #968A5D;
}
.AnyTagClassName
{
color: #968A5D;
}
</style>
background-color css
<style>
a { background-color: #968A5D; }
a { background-color: rgb(150,138,93); }
div.DivClassName
{
background-color: #968A5D;
}
.BgClassName
{
background-color: #968A5D;
}
</style>
border-color css
<style>
span { border-color: #968A5D; }
span { border-color: rgb(150,138,93); }
td.TdClassName
{
border-color: #968A5D;
}
.TagClassName
{
border-color: #968A5D;
}
</style>