Shades of Granite Green #958A66
Tints of Granite Green #958A66
RGB
CMYK
RGB Variations
Color information
#958A66 (or 0x958A66) is known color: Granite Green. HEX triplet: 95, 8A and 66. RGB value is (149,138,102). Sum of RGB (Red+Green+Blue) = 149+138+102=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #958A66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958A66 is #6A7599. Grayscale: #898989. Windows color (decimal): -6976922 or 6720149. OLE color: 6720149.
HSL color Cylindrical-coordinate representation of color #958A66: hue angle of 45.96º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #958A66 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 138 | 102 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.42 |
| HSL | 45.96º | 0.19% | 0.49% | - |
| HSV(B) | 45.96º | 0.32% | 0.58% | - |
| XYZ | 23.88 | 25.53 | 16.24 | - |
| YUV | 137.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 102 | 0 | 0.07 | 0.32 | 0.42 | 45.96 | 0.19 | 0.49 |
| Hex | 95 | 8A | 66 | 0 | 7 | 20 | 2A | 2E | 13 | 31 |
| Octal | 225 | 212 | 146 | 0 | 7 | 40 | 52 | 56 | 23 | 61 |
| Binary | 10010101 | 10001010 | 1100110 | 0 | 111 | 100000 | 101010 | 101110 | 10011 | 110001 |
Color Harmonies of #958A66
Complementary color
Monochromatic Colors of #958A66
Black with #958A66
Text Example
Text Example
White with #958A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958A66; }
p { color: rgb(149,138,102); }
H1.HeaderClassName
{
color: #958A66;
}
.AnyTagClassName
{
color: #958A66;
}
</style>
background-color css
<style>
a { background-color: #958A66; }
a { background-color: rgb(149,138,102); }
div.DivClassName
{
background-color: #958A66;
}
.BgClassName
{
background-color: #958A66;
}
</style>
border-color css
<style>
span { border-color: #958A66; }
span { border-color: rgb(149,138,102); }
td.TdClassName
{
border-color: #958A66;
}
.TagClassName
{
border-color: #958A66;
}
</style>