Shades of Granite Green #95885C
Tints of Granite Green #95885C
RGB
CMYK
RGB Variations
Color information
#95885C (or 0x95885C) is known color: Granite Green. HEX triplet: 95, 88 and 5C. RGB value is (149,136,92). Sum of RGB (Red+Green+Blue) = 149+136+92=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #95885C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95885C is #6A77A3. Grayscale: #878787. Windows color (decimal): -6977444 or 6064277. OLE color: 6064277.
HSL color Cylindrical-coordinate representation of color #95885C: hue angle of 46.32º degrees, saturation: 0.24, 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 #95885C is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 136 | 92 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.42 |
| HSL | 46.32º | 0.24% | 0.47% | - |
| HSV(B) | 46.32º | 0.38% | 0.58% | - |
| XYZ | 23.13 | 24.77 | 13.69 | - |
| YUV | 134.87 | 103.81 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 136 | 92 | 0 | 0.09 | 0.38 | 0.42 | 46.32 | 0.24 | 0.47 |
| Hex | 95 | 88 | 5C | 0 | 9 | 26 | 2A | 2E | 18 | 2F |
| Octal | 225 | 210 | 134 | 0 | 11 | 46 | 52 | 56 | 30 | 57 |
| Binary | 10010101 | 10001000 | 1011100 | 0 | 1001 | 100110 | 101010 | 101110 | 11000 | 101111 |
Color Harmonies of #95885C
Complementary color
Monochromatic Colors of #95885C
Black with #95885C
Text Example
Text Example
White with #95885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95885C; }
p { color: rgb(149,136,92); }
H1.HeaderClassName
{
color: #95885C;
}
.AnyTagClassName
{
color: #95885C;
}
</style>
background-color css
<style>
a { background-color: #95885C; }
a { background-color: rgb(149,136,92); }
div.DivClassName
{
background-color: #95885C;
}
.BgClassName
{
background-color: #95885C;
}
</style>
border-color css
<style>
span { border-color: #95885C; }
span { border-color: rgb(149,136,92); }
td.TdClassName
{
border-color: #95885C;
}
.TagClassName
{
border-color: #95885C;
}
</style>