Shades of Granite Green #91876F
Tints of Granite Green #91876F
RGB
CMYK
RGB Variations
Color information
#91876F (or 0x91876F) is known color: Granite Green. HEX triplet: 91, 87 and 6F. RGB value is (145,135,111). Sum of RGB (Red+Green+Blue) = 145+135+111=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 111 (43.75% from 255 or 28.39% from 391); Max value from RGB is 145 - color contains mainly: red. Hex color #91876F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91876F is #6E7890. Grayscale: #878787. Windows color (decimal): -7239825 or 7309201. OLE color: 7309201.
HSL color Cylindrical-coordinate representation of color #91876F: hue angle of 42.35º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #91876F is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 135 | 111 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.43 |
| HSL | 42.35º | 0.13% | 0.5% | - |
| HSV(B) | 42.35º | 0.23% | 0.57% | - |
| XYZ | 23.21 | 24.5 | 18.54 | - |
| YUV | 135.25 | 114.31 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 135 | 111 | 0 | 0.07 | 0.23 | 0.43 | 42.35 | 0.13 | 0.5 |
| Hex | 91 | 87 | 6F | 0 | 7 | 17 | 2B | 2A | D | 32 |
| Octal | 221 | 207 | 157 | 0 | 7 | 27 | 53 | 52 | 15 | 62 |
| Binary | 10010001 | 10000111 | 1101111 | 0 | 111 | 10111 | 101011 | 101010 | 1101 | 110010 |
Color Harmonies of #91876F
Complementary color
Monochromatic Colors of #91876F
Black with #91876F
Text Example
Text Example
White with #91876F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91876F; }
p { color: rgb(145,135,111); }
H1.HeaderClassName
{
color: #91876F;
}
.AnyTagClassName
{
color: #91876F;
}
</style>
background-color css
<style>
a { background-color: #91876F; }
a { background-color: rgb(145,135,111); }
div.DivClassName
{
background-color: #91876F;
}
.BgClassName
{
background-color: #91876F;
}
</style>
border-color css
<style>
span { border-color: #91876F; }
span { border-color: rgb(145,135,111); }
td.TdClassName
{
border-color: #91876F;
}
.TagClassName
{
border-color: #91876F;
}
</style>