Shades of Granite Green #968867
Tints of Granite Green #968867
RGB
CMYK
RGB Variations
Color information
#968867 (or 0x968867) is known color: Granite Green. HEX triplet: 96, 88 and 67. RGB value is (150,136,103). Sum of RGB (Red+Green+Blue) = 150+136+103=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #968867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968867 is #697798. Grayscale: #888888. Windows color (decimal): -6911897 or 6785174. OLE color: 6785174.
HSL color Cylindrical-coordinate representation of color #968867: hue angle of 42.13º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #968867 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 136 | 103 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.41 |
| HSL | 42.13º | 0.19% | 0.5% | - |
| HSV(B) | 42.13º | 0.31% | 0.59% | - |
| XYZ | 23.83 | 25.07 | 16.42 | - |
| YUV | 136.42 | 109.14 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 103 | 0 | 0.09 | 0.31 | 0.41 | 42.13 | 0.19 | 0.5 |
| Hex | 96 | 88 | 67 | 0 | 9 | 1F | 29 | 2A | 13 | 32 |
| Octal | 226 | 210 | 147 | 0 | 11 | 37 | 51 | 52 | 23 | 62 |
| Binary | 10010110 | 10001000 | 1100111 | 0 | 1001 | 11111 | 101001 | 101010 | 10011 | 110010 |
Color Harmonies of #968867
Complementary color
Monochromatic Colors of #968867
Black with #968867
Text Example
Text Example
White with #968867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968867; }
p { color: rgb(150,136,103); }
H1.HeaderClassName
{
color: #968867;
}
.AnyTagClassName
{
color: #968867;
}
</style>
background-color css
<style>
a { background-color: #968867; }
a { background-color: rgb(150,136,103); }
div.DivClassName
{
background-color: #968867;
}
.BgClassName
{
background-color: #968867;
}
</style>
border-color css
<style>
span { border-color: #968867; }
span { border-color: rgb(150,136,103); }
td.TdClassName
{
border-color: #968867;
}
.TagClassName
{
border-color: #968867;
}
</style>