Shades of Granite Green #91876C
Tints of Granite Green #91876C
RGB
CMYK
RGB Variations
Color information
#91876C (or 0x91876C) is known color: Granite Green. HEX triplet: 91, 87 and 6C. RGB value is (145,135,108). Sum of RGB (Red+Green+Blue) = 145+135+108=388 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.37% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 145 - color contains mainly: red. Hex color #91876C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91876C is #6E7893. Grayscale: #878787. Windows color (decimal): -7239828 or 7112593. OLE color: 7112593.
HSL color Cylindrical-coordinate representation of color #91876C: hue angle of 43.78º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #91876C is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 135 | 108 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.43 |
| HSL | 43.78º | 0.15% | 0.5% | - |
| HSV(B) | 43.78º | 0.26% | 0.57% | - |
| XYZ | 23.05 | 24.43 | 17.69 | - |
| YUV | 134.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 135 | 108 | 0 | 0.07 | 0.26 | 0.43 | 43.78 | 0.15 | 0.5 |
| Hex | 91 | 87 | 6C | 0 | 7 | 1A | 2B | 2C | F | 32 |
| Octal | 221 | 207 | 154 | 0 | 7 | 32 | 53 | 54 | 17 | 62 |
| Binary | 10010001 | 10000111 | 1101100 | 0 | 111 | 11010 | 101011 | 101100 | 1111 | 110010 |
Color Harmonies of #91876C
Complementary color
Monochromatic Colors of #91876C
Black with #91876C
Text Example
Text Example
White with #91876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91876C; }
p { color: rgb(145,135,108); }
H1.HeaderClassName
{
color: #91876C;
}
.AnyTagClassName
{
color: #91876C;
}
</style>
background-color css
<style>
a { background-color: #91876C; }
a { background-color: rgb(145,135,108); }
div.DivClassName
{
background-color: #91876C;
}
.BgClassName
{
background-color: #91876C;
}
</style>
border-color css
<style>
span { border-color: #91876C; }
span { border-color: rgb(145,135,108); }
td.TdClassName
{
border-color: #91876C;
}
.TagClassName
{
border-color: #91876C;
}
</style>