Shades of Granite Green #8B856E
Tints of Granite Green #8B856E
RGB
CMYK
RGB Variations
Color information
#8B856E (or 0x8B856E) is known color: Granite Green. HEX triplet: 8B, 85 and 6E. RGB value is (139,133,110). Sum of RGB (Red+Green+Blue) = 139+133+110=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 139 - color contains mainly: red. Hex color #8B856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B856E is #747A91. Grayscale: #848484. Windows color (decimal): -7633554 or 7243147. OLE color: 7243147.
HSL color Cylindrical-coordinate representation of color #8B856E: hue angle of 47.59º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8B856E is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 133 | 110 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.45 |
| HSL | 47.59º | 0.12% | 0.49% | - |
| HSV(B) | 47.59º | 0.21% | 0.55% | - |
| XYZ | 21.85 | 23.39 | 18.11 | - |
| YUV | 132.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 133 | 110 | 0 | 0.04 | 0.21 | 0.45 | 47.59 | 0.12 | 0.49 |
| Hex | 8B | 85 | 6E | 0 | 4 | 15 | 2D | 30 | C | 31 |
| Octal | 213 | 205 | 156 | 0 | 4 | 25 | 55 | 60 | 14 | 61 |
| Binary | 10001011 | 10000101 | 1101110 | 0 | 100 | 10101 | 101101 | 110000 | 1100 | 110001 |
Color Harmonies of #8B856E
Complementary color
Monochromatic Colors of #8B856E
Black with #8B856E
Text Example
Text Example
White with #8B856E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B856E; }
p { color: rgb(139,133,110); }
H1.HeaderClassName
{
color: #8B856E;
}
.AnyTagClassName
{
color: #8B856E;
}
</style>
background-color css
<style>
a { background-color: #8B856E; }
a { background-color: rgb(139,133,110); }
div.DivClassName
{
background-color: #8B856E;
}
.BgClassName
{
background-color: #8B856E;
}
</style>
border-color css
<style>
span { border-color: #8B856E; }
span { border-color: rgb(139,133,110); }
td.TdClassName
{
border-color: #8B856E;
}
.TagClassName
{
border-color: #8B856E;
}
</style>