Shades of Granite Green #87816E
Tints of Granite Green #87816E
RGB
CMYK
RGB Variations
Color information
#87816E (or 0x87816E) is known color: Granite Green. HEX triplet: 87, 81 and 6E. RGB value is (135,129,110). Sum of RGB (Red+Green+Blue) = 135+129+110=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 135 - color contains mainly: red. Hex color #87816E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87816E is #787E91. Grayscale: #808080. Windows color (decimal): -7896722 or 7242119. OLE color: 7242119.
HSL color Cylindrical-coordinate representation of color #87816E: hue angle of 45.6º degrees, saturation: 0.1, 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 #87816E is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 129 | 110 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.47 |
| HSL | 45.6º | 0.1% | 0.48% | - |
| HSV(B) | 45.6º | 0.19% | 0.53% | - |
| XYZ | 20.66 | 21.98 | 17.91 | - |
| YUV | 128.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 110 | 0 | 0.04 | 0.19 | 0.47 | 45.6 | 0.1 | 0.48 |
| Hex | 87 | 81 | 6E | 0 | 4 | 13 | 2F | 2E | A | 30 |
| Octal | 207 | 201 | 156 | 0 | 4 | 23 | 57 | 56 | 12 | 60 |
| Binary | 10000111 | 10000001 | 1101110 | 0 | 100 | 10011 | 101111 | 101110 | 1010 | 110000 |
Color Harmonies of #87816E
Complementary color
Monochromatic Colors of #87816E
Black with #87816E
Text Example
Text Example
White with #87816E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87816E; }
p { color: rgb(135,129,110); }
H1.HeaderClassName
{
color: #87816E;
}
.AnyTagClassName
{
color: #87816E;
}
</style>
background-color css
<style>
a { background-color: #87816E; }
a { background-color: rgb(135,129,110); }
div.DivClassName
{
background-color: #87816E;
}
.BgClassName
{
background-color: #87816E;
}
</style>
border-color css
<style>
span { border-color: #87816E; }
span { border-color: rgb(135,129,110); }
td.TdClassName
{
border-color: #87816E;
}
.TagClassName
{
border-color: #87816E;
}
</style>