Shades of Granite Green #87816D
Tints of Granite Green #87816D
RGB
CMYK
RGB Variations
Color information
#87816D (or 0x87816D) is known color: Granite Green. HEX triplet: 87, 81 and 6D. RGB value is (135,129,109). Sum of RGB (Red+Green+Blue) = 135+129+109=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 135 - color contains mainly: red. Hex color #87816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87816D is #787E92. Grayscale: #808080. Windows color (decimal): -7896723 or 7176583. OLE color: 7176583.
HSL color Cylindrical-coordinate representation of color #87816D: hue angle of 46.15º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #87816D is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 129 | 109 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.47 |
| HSL | 46.15º | 0.11% | 0.48% | - |
| HSV(B) | 46.15º | 0.19% | 0.53% | - |
| XYZ | 20.6 | 21.96 | 17.62 | - |
| YUV | 128.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 109 | 0 | 0.04 | 0.19 | 0.47 | 46.15 | 0.11 | 0.48 |
| Hex | 87 | 81 | 6D | 0 | 4 | 13 | 2F | 2E | B | 30 |
| Octal | 207 | 201 | 155 | 0 | 4 | 23 | 57 | 56 | 13 | 60 |
| Binary | 10000111 | 10000001 | 1101101 | 0 | 100 | 10011 | 101111 | 101110 | 1011 | 110000 |
Color Harmonies of #87816D
Complementary color
Monochromatic Colors of #87816D
Black with #87816D
Text Example
Text Example
White with #87816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87816D; }
p { color: rgb(135,129,109); }
H1.HeaderClassName
{
color: #87816D;
}
.AnyTagClassName
{
color: #87816D;
}
</style>
background-color css
<style>
a { background-color: #87816D; }
a { background-color: rgb(135,129,109); }
div.DivClassName
{
background-color: #87816D;
}
.BgClassName
{
background-color: #87816D;
}
</style>
border-color css
<style>
span { border-color: #87816D; }
span { border-color: rgb(135,129,109); }
td.TdClassName
{
border-color: #87816D;
}
.TagClassName
{
border-color: #87816D;
}
</style>