Shades of Granite Green #958668
Tints of Granite Green #958668
RGB
CMYK
RGB Variations
Color information
#958668 (or 0x958668) is known color: Granite Green. HEX triplet: 95, 86 and 68. RGB value is (149,134,104). Sum of RGB (Red+Green+Blue) = 149+134+104=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #958668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958668 is #6A7997. Grayscale: #878787. Windows color (decimal): -6977944 or 6850197. OLE color: 6850197.
HSL color Cylindrical-coordinate representation of color #958668: hue angle of 40º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #958668 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 134 | 104 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.42 |
| HSL | 40º | 0.18% | 0.5% | - |
| HSV(B) | 40º | 0.3% | 0.58% | - |
| XYZ | 23.42 | 24.44 | 16.58 | - |
| YUV | 135.07 | 110.47 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 134 | 104 | 0 | 0.10 | 0.30 | 0.42 | 40 | 0.18 | 0.5 |
| Hex | 95 | 86 | 68 | 0 | A | 1E | 2A | 28 | 12 | 32 |
| Octal | 225 | 206 | 150 | 0 | 12 | 36 | 52 | 50 | 22 | 62 |
| Binary | 10010101 | 10000110 | 1101000 | 0 | 1010 | 11110 | 101010 | 101000 | 10010 | 110010 |
Color Harmonies of #958668
Complementary color
Monochromatic Colors of #958668
Black with #958668
Text Example
Text Example
White with #958668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958668; }
p { color: rgb(149,134,104); }
H1.HeaderClassName
{
color: #958668;
}
.AnyTagClassName
{
color: #958668;
}
</style>
background-color css
<style>
a { background-color: #958668; }
a { background-color: rgb(149,134,104); }
div.DivClassName
{
background-color: #958668;
}
.BgClassName
{
background-color: #958668;
}
</style>
border-color css
<style>
span { border-color: #958668; }
span { border-color: rgb(149,134,104); }
td.TdClassName
{
border-color: #958668;
}
.TagClassName
{
border-color: #958668;
}
</style>