Shades of Granite Green #968A62
Tints of Granite Green #968A62
RGB
CMYK
RGB Variations
Color information
#968A62 (or 0x968A62) is known color: Granite Green. HEX triplet: 96, 8A and 62. RGB value is (150,138,98). Sum of RGB (Red+Green+Blue) = 150+138+98=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #968A62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968A62 is #69759D. Grayscale: #898989. Windows color (decimal): -6911390 or 6458006. OLE color: 6458006.
HSL color Cylindrical-coordinate representation of color #968A62: hue angle of 46.15º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #968A62 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 138 | 98 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.41 |
| HSL | 46.15º | 0.21% | 0.49% | - |
| HSV(B) | 46.15º | 0.35% | 0.59% | - |
| XYZ | 23.87 | 25.54 | 15.23 | - |
| YUV | 137.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 98 | 0 | 0.08 | 0.35 | 0.41 | 46.15 | 0.21 | 0.49 |
| Hex | 96 | 8A | 62 | 0 | 8 | 23 | 29 | 2E | 15 | 31 |
| Octal | 226 | 212 | 142 | 0 | 10 | 43 | 51 | 56 | 25 | 61 |
| Binary | 10010110 | 10001010 | 1100010 | 0 | 1000 | 100011 | 101001 | 101110 | 10101 | 110001 |
Color Harmonies of #968A62
Complementary color
Monochromatic Colors of #968A62
Black with #968A62
Text Example
Text Example
White with #968A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968A62; }
p { color: rgb(150,138,98); }
H1.HeaderClassName
{
color: #968A62;
}
.AnyTagClassName
{
color: #968A62;
}
</style>
background-color css
<style>
a { background-color: #968A62; }
a { background-color: rgb(150,138,98); }
div.DivClassName
{
background-color: #968A62;
}
.BgClassName
{
background-color: #968A62;
}
</style>
border-color css
<style>
span { border-color: #968A62; }
span { border-color: rgb(150,138,98); }
td.TdClassName
{
border-color: #968A62;
}
.TagClassName
{
border-color: #968A62;
}
</style>