Shades of Granite Green #87816F
Tints of Granite Green #87816F
RGB
CMYK
RGB Variations
Color information
#87816F (or 0x87816F) is known color: Granite Green. HEX triplet: 87, 81 and 6F. RGB value is (135,129,111). Sum of RGB (Red+Green+Blue) = 135+129+111=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 135 - color contains mainly: red. Hex color #87816F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87816F is #787E90. Grayscale: #808080. Windows color (decimal): -7896721 or 7307655. OLE color: 7307655.
HSL color Cylindrical-coordinate representation of color #87816F: hue angle of 45º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #87816F is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 129 | 111 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.47 |
| HSL | 45º | 0.1% | 0.48% | - |
| HSV(B) | 45º | 0.18% | 0.53% | - |
| XYZ | 20.71 | 22 | 18.19 | - |
| YUV | 128.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 111 | 0 | 0.04 | 0.18 | 0.47 | 45 | 0.1 | 0.48 |
| Hex | 87 | 81 | 6F | 0 | 4 | 12 | 2F | 2D | A | 30 |
| Octal | 207 | 201 | 157 | 0 | 4 | 22 | 57 | 55 | 12 | 60 |
| Binary | 10000111 | 10000001 | 1101111 | 0 | 100 | 10010 | 101111 | 101101 | 1010 | 110000 |
Color Harmonies of #87816F
Complementary color
Monochromatic Colors of #87816F
Black with #87816F
Text Example
Text Example
White with #87816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87816F; }
p { color: rgb(135,129,111); }
H1.HeaderClassName
{
color: #87816F;
}
.AnyTagClassName
{
color: #87816F;
}
</style>
background-color css
<style>
a { background-color: #87816F; }
a { background-color: rgb(135,129,111); }
div.DivClassName
{
background-color: #87816F;
}
.BgClassName
{
background-color: #87816F;
}
</style>
border-color css
<style>
span { border-color: #87816F; }
span { border-color: rgb(135,129,111); }
td.TdClassName
{
border-color: #87816F;
}
.TagClassName
{
border-color: #87816F;
}
</style>