Shades of Granite Green #958664
Tints of Granite Green #958664
RGB
CMYK
RGB Variations
Color information
#958664 (or 0x958664) is known color: Granite Green. HEX triplet: 95, 86 and 64. RGB value is (149,134,100). Sum of RGB (Red+Green+Blue) = 149+134+100=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #958664 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958664 is #6A799B. Grayscale: #868686. Windows color (decimal): -6977948 or 6588053. OLE color: 6588053.
HSL color Cylindrical-coordinate representation of color #958664: hue angle of 41.63º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #958664 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 134 | 100 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.42 |
| HSL | 41.63º | 0.2% | 0.49% | - |
| HSV(B) | 41.63º | 0.33% | 0.58% | - |
| XYZ | 23.22 | 24.36 | 15.53 | - |
| YUV | 134.61 | 108.47 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 134 | 100 | 0 | 0.10 | 0.33 | 0.42 | 41.63 | 0.2 | 0.49 |
| Hex | 95 | 86 | 64 | 0 | A | 21 | 2A | 2A | 14 | 31 |
| Octal | 225 | 206 | 144 | 0 | 12 | 41 | 52 | 52 | 24 | 61 |
| Binary | 10010101 | 10000110 | 1100100 | 0 | 1010 | 100001 | 101010 | 101010 | 10100 | 110001 |
Color Harmonies of #958664
Complementary color
Monochromatic Colors of #958664
Black with #958664
Text Example
Text Example
White with #958664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958664; }
p { color: rgb(149,134,100); }
H1.HeaderClassName
{
color: #958664;
}
.AnyTagClassName
{
color: #958664;
}
</style>
background-color css
<style>
a { background-color: #958664; }
a { background-color: rgb(149,134,100); }
div.DivClassName
{
background-color: #958664;
}
.BgClassName
{
background-color: #958664;
}
</style>
border-color css
<style>
span { border-color: #958664; }
span { border-color: rgb(149,134,100); }
td.TdClassName
{
border-color: #958664;
}
.TagClassName
{
border-color: #958664;
}
</style>