Shades of Granite Green #958466
Tints of Granite Green #958466
RGB
CMYK
RGB Variations
Color information
#958466 (or 0x958466) is known color: Granite Green. HEX triplet: 95, 84 and 66. RGB value is (149,132,102). Sum of RGB (Red+Green+Blue) = 149+132+102=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 102 (40.23% from 255 or 26.63% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #958466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958466 is #6A7B99. Grayscale: #858585. Windows color (decimal): -6978458 or 6718613. OLE color: 6718613.
HSL color Cylindrical-coordinate representation of color #958466: hue angle of 38.3º 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 #958466 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 132 | 102 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.42 |
| HSL | 38.3º | 0.19% | 0.49% | - |
| HSV(B) | 38.3º | 0.32% | 0.58% | - |
| XYZ | 23.04 | 23.85 | 15.96 | - |
| YUV | 133.66 | 110.13 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 102 | 0 | 0.11 | 0.32 | 0.42 | 38.3 | 0.19 | 0.49 |
| Hex | 95 | 84 | 66 | 0 | B | 20 | 2A | 26 | 13 | 31 |
| Octal | 225 | 204 | 146 | 0 | 13 | 40 | 52 | 46 | 23 | 61 |
| Binary | 10010101 | 10000100 | 1100110 | 0 | 1011 | 100000 | 101010 | 100110 | 10011 | 110001 |
Color Harmonies of #958466
Complementary color
Monochromatic Colors of #958466
Black with #958466
Text Example
Text Example
White with #958466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958466; }
p { color: rgb(149,132,102); }
H1.HeaderClassName
{
color: #958466;
}
.AnyTagClassName
{
color: #958466;
}
</style>
background-color css
<style>
a { background-color: #958466; }
a { background-color: rgb(149,132,102); }
div.DivClassName
{
background-color: #958466;
}
.BgClassName
{
background-color: #958466;
}
</style>
border-color css
<style>
span { border-color: #958466; }
span { border-color: rgb(149,132,102); }
td.TdClassName
{
border-color: #958466;
}
.TagClassName
{
border-color: #958466;
}
</style>