Shades of Granite Green #968665
Tints of Granite Green #968665
RGB
CMYK
RGB Variations
Color information
#968665 (or 0x968665) is known color: Granite Green. HEX triplet: 96, 86 and 65. RGB value is (150,134,101). Sum of RGB (Red+Green+Blue) = 150+134+101=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 150 - color contains mainly: red. Hex color #968665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968665 is #69799A. Grayscale: #878787. Windows color (decimal): -6912411 or 6653590. OLE color: 6653590.
HSL color Cylindrical-coordinate representation of color #968665: hue angle of 40.41º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #968665 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 134 | 101 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.41 |
| HSL | 40.41º | 0.2% | 0.49% | - |
| HSV(B) | 40.41º | 0.33% | 0.59% | - |
| XYZ | 23.45 | 24.47 | 15.8 | - |
| YUV | 135.02 | 108.8 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 134 | 101 | 0 | 0.11 | 0.33 | 0.41 | 40.41 | 0.2 | 0.49 |
| Hex | 96 | 86 | 65 | 0 | B | 21 | 29 | 28 | 14 | 31 |
| Octal | 226 | 206 | 145 | 0 | 13 | 41 | 51 | 50 | 24 | 61 |
| Binary | 10010110 | 10000110 | 1100101 | 0 | 1011 | 100001 | 101001 | 101000 | 10100 | 110001 |
Color Harmonies of #968665
Complementary color
Monochromatic Colors of #968665
Black with #968665
Text Example
Text Example
White with #968665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968665; }
p { color: rgb(150,134,101); }
H1.HeaderClassName
{
color: #968665;
}
.AnyTagClassName
{
color: #968665;
}
</style>
background-color css
<style>
a { background-color: #968665; }
a { background-color: rgb(150,134,101); }
div.DivClassName
{
background-color: #968665;
}
.BgClassName
{
background-color: #968665;
}
</style>
border-color css
<style>
span { border-color: #968665; }
span { border-color: rgb(150,134,101); }
td.TdClassName
{
border-color: #968665;
}
.TagClassName
{
border-color: #968665;
}
</style>