Shades of Granite Green #8B846E
Tints of Granite Green #8B846E
RGB
CMYK
RGB Variations
Color information
#8B846E (or 0x8B846E) is known color: Granite Green. HEX triplet: 8B, 84 and 6E. RGB value is (139,132,110). Sum of RGB (Red+Green+Blue) = 139+132+110=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 139 - color contains mainly: red. Hex color #8B846E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B846E is #747B91. Grayscale: #838383. Windows color (decimal): -7633810 or 7242891. OLE color: 7242891.
HSL color Cylindrical-coordinate representation of color #8B846E: hue angle of 45.52º 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 #8B846E is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 132 | 110 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.45 |
| HSL | 45.52º | 0.12% | 0.49% | - |
| HSV(B) | 45.52º | 0.21% | 0.55% | - |
| XYZ | 21.71 | 23.12 | 18.07 | - |
| YUV | 131.59 | 115.82 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 132 | 110 | 0 | 0.05 | 0.21 | 0.45 | 45.52 | 0.12 | 0.49 |
| Hex | 8B | 84 | 6E | 0 | 5 | 15 | 2D | 2E | C | 31 |
| Octal | 213 | 204 | 156 | 0 | 5 | 25 | 55 | 56 | 14 | 61 |
| Binary | 10001011 | 10000100 | 1101110 | 0 | 101 | 10101 | 101101 | 101110 | 1100 | 110001 |
Color Harmonies of #8B846E
Complementary color
Monochromatic Colors of #8B846E
Black with #8B846E
Text Example
Text Example
White with #8B846E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B846E; }
p { color: rgb(139,132,110); }
H1.HeaderClassName
{
color: #8B846E;
}
.AnyTagClassName
{
color: #8B846E;
}
</style>
background-color css
<style>
a { background-color: #8B846E; }
a { background-color: rgb(139,132,110); }
div.DivClassName
{
background-color: #8B846E;
}
.BgClassName
{
background-color: #8B846E;
}
</style>
border-color css
<style>
span { border-color: #8B846E; }
span { border-color: rgb(139,132,110); }
td.TdClassName
{
border-color: #8B846E;
}
.TagClassName
{
border-color: #8B846E;
}
</style>