Shades of Granite Green #91876D
Tints of Granite Green #91876D
RGB
CMYK
RGB Variations
Color information
#91876D (or 0x91876D) is known color: Granite Green. HEX triplet: 91, 87 and 6D. RGB value is (145,135,109). Sum of RGB (Red+Green+Blue) = 145+135+109=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 145 - color contains mainly: red. Hex color #91876D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91876D is #6E7892. Grayscale: #878787. Windows color (decimal): -7239827 or 7178129. OLE color: 7178129.
HSL color Cylindrical-coordinate representation of color #91876D: hue angle of 43.33º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #91876D is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 135 | 109 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.43 |
| HSL | 43.33º | 0.14% | 0.5% | - |
| HSV(B) | 43.33º | 0.25% | 0.57% | - |
| XYZ | 23.1 | 24.45 | 17.97 | - |
| YUV | 135.03 | 113.31 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 135 | 109 | 0 | 0.07 | 0.25 | 0.43 | 43.33 | 0.14 | 0.5 |
| Hex | 91 | 87 | 6D | 0 | 7 | 19 | 2B | 2B | E | 32 |
| Octal | 221 | 207 | 155 | 0 | 7 | 31 | 53 | 53 | 16 | 62 |
| Binary | 10010001 | 10000111 | 1101101 | 0 | 111 | 11001 | 101011 | 101011 | 1110 | 110010 |
Color Harmonies of #91876D
Complementary color
Monochromatic Colors of #91876D
Black with #91876D
Text Example
Text Example
White with #91876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91876D; }
p { color: rgb(145,135,109); }
H1.HeaderClassName
{
color: #91876D;
}
.AnyTagClassName
{
color: #91876D;
}
</style>
background-color css
<style>
a { background-color: #91876D; }
a { background-color: rgb(145,135,109); }
div.DivClassName
{
background-color: #91876D;
}
.BgClassName
{
background-color: #91876D;
}
</style>
border-color css
<style>
span { border-color: #91876D; }
span { border-color: rgb(145,135,109); }
td.TdClassName
{
border-color: #91876D;
}
.TagClassName
{
border-color: #91876D;
}
</style>