Shades of Granite Green #968666
Tints of Granite Green #968666
RGB
CMYK
RGB Variations
Color information
#968666 (or 0x968666) is known color: Granite Green. HEX triplet: 96, 86 and 66. RGB value is (150,134,102). Sum of RGB (Red+Green+Blue) = 150+134+102=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #968666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968666 is #697999. Grayscale: #878787. Windows color (decimal): -6912410 or 6719126. OLE color: 6719126.
HSL color Cylindrical-coordinate representation of color #968666: hue angle of 40º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #968666 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 134 | 102 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.41 |
| HSL | 40º | 0.19% | 0.49% | - |
| HSV(B) | 40º | 0.32% | 0.59% | - |
| XYZ | 23.5 | 24.49 | 16.06 | - |
| YUV | 135.14 | 109.3 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 134 | 102 | 0 | 0.11 | 0.32 | 0.41 | 40 | 0.19 | 0.49 |
| Hex | 96 | 86 | 66 | 0 | B | 20 | 29 | 28 | 13 | 31 |
| Octal | 226 | 206 | 146 | 0 | 13 | 40 | 51 | 50 | 23 | 61 |
| Binary | 10010110 | 10000110 | 1100110 | 0 | 1011 | 100000 | 101001 | 101000 | 10011 | 110001 |
Color Harmonies of #968666
Complementary color
Monochromatic Colors of #968666
Black with #968666
Text Example
Text Example
White with #968666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968666; }
p { color: rgb(150,134,102); }
H1.HeaderClassName
{
color: #968666;
}
.AnyTagClassName
{
color: #968666;
}
</style>
background-color css
<style>
a { background-color: #968666; }
a { background-color: rgb(150,134,102); }
div.DivClassName
{
background-color: #968666;
}
.BgClassName
{
background-color: #968666;
}
</style>
border-color css
<style>
span { border-color: #968666; }
span { border-color: rgb(150,134,102); }
td.TdClassName
{
border-color: #968666;
}
.TagClassName
{
border-color: #968666;
}
</style>