Shades of Granite Green #8B846B
Tints of Granite Green #8B846B
RGB
CMYK
RGB Variations
Color information
#8B846B (or 0x8B846B) is known color: Granite Green. HEX triplet: 8B, 84 and 6B. RGB value is (139,132,107). Sum of RGB (Red+Green+Blue) = 139+132+107=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 139 - color contains mainly: red. Hex color #8B846B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B846B is #747B94. Grayscale: #838383. Windows color (decimal): -7633813 or 7046283. OLE color: 7046283.
HSL color Cylindrical-coordinate representation of color #8B846B: hue angle of 46.88º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8B846B is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 132 | 107 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.45 |
| HSL | 46.88º | 0.13% | 0.48% | - |
| HSV(B) | 46.88º | 0.23% | 0.55% | - |
| XYZ | 21.55 | 23.05 | 17.22 | - |
| YUV | 131.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 132 | 107 | 0 | 0.05 | 0.23 | 0.45 | 46.88 | 0.13 | 0.48 |
| Hex | 8B | 84 | 6B | 0 | 5 | 17 | 2D | 2F | D | 30 |
| Octal | 213 | 204 | 153 | 0 | 5 | 27 | 55 | 57 | 15 | 60 |
| Binary | 10001011 | 10000100 | 1101011 | 0 | 101 | 10111 | 101101 | 101111 | 1101 | 110000 |
Color Harmonies of #8B846B
Complementary color
Monochromatic Colors of #8B846B
Black with #8B846B
Text Example
Text Example
White with #8B846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B846B; }
p { color: rgb(139,132,107); }
H1.HeaderClassName
{
color: #8B846B;
}
.AnyTagClassName
{
color: #8B846B;
}
</style>
background-color css
<style>
a { background-color: #8B846B; }
a { background-color: rgb(139,132,107); }
div.DivClassName
{
background-color: #8B846B;
}
.BgClassName
{
background-color: #8B846B;
}
</style>
border-color css
<style>
span { border-color: #8B846B; }
span { border-color: rgb(139,132,107); }
td.TdClassName
{
border-color: #8B846B;
}
.TagClassName
{
border-color: #8B846B;
}
</style>