Shades of Granite Green #95895D
Tints of Granite Green #95895D
RGB
CMYK
RGB Variations
Color information
#95895D (or 0x95895D) is known color: Granite Green. HEX triplet: 95, 89 and 5D. RGB value is (149,137,93). Sum of RGB (Red+Green+Blue) = 149+137+93=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #95895D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95895D is #6A76A2. Grayscale: #878787. Windows color (decimal): -6977187 or 6130069. OLE color: 6130069.
HSL color Cylindrical-coordinate representation of color #95895D: hue angle of 47.14º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95895D is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 137 | 93 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.42 |
| HSL | 47.14º | 0.23% | 0.47% | - |
| HSV(B) | 47.14º | 0.38% | 0.58% | - |
| XYZ | 23.32 | 25.07 | 13.97 | - |
| YUV | 135.57 | 103.98 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 137 | 93 | 0 | 0.08 | 0.38 | 0.42 | 47.14 | 0.23 | 0.47 |
| Hex | 95 | 89 | 5D | 0 | 8 | 26 | 2A | 2F | 17 | 2F |
| Octal | 225 | 211 | 135 | 0 | 10 | 46 | 52 | 57 | 27 | 57 |
| Binary | 10010101 | 10001001 | 1011101 | 0 | 1000 | 100110 | 101010 | 101111 | 10111 | 101111 |
Color Harmonies of #95895D
Complementary color
Monochromatic Colors of #95895D
Black with #95895D
Text Example
Text Example
White with #95895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95895D; }
p { color: rgb(149,137,93); }
H1.HeaderClassName
{
color: #95895D;
}
.AnyTagClassName
{
color: #95895D;
}
</style>
background-color css
<style>
a { background-color: #95895D; }
a { background-color: rgb(149,137,93); }
div.DivClassName
{
background-color: #95895D;
}
.BgClassName
{
background-color: #95895D;
}
</style>
border-color css
<style>
span { border-color: #95895D; }
span { border-color: rgb(149,137,93); }
td.TdClassName
{
border-color: #95895D;
}
.TagClassName
{
border-color: #95895D;
}
</style>