Shades of Granite Green #8B846D
Tints of Granite Green #8B846D
RGB
CMYK
RGB Variations
Color information
#8B846D (or 0x8B846D) is known color: Granite Green. HEX triplet: 8B, 84 and 6D. RGB value is (139,132,109). Sum of RGB (Red+Green+Blue) = 139+132+109=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 139 - color contains mainly: red. Hex color #8B846D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B846D is #747B92. Grayscale: #838383. Windows color (decimal): -7633811 or 7177355. OLE color: 7177355.
HSL color Cylindrical-coordinate representation of color #8B846D: hue angle of 46º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8B846D is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 132 | 109 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.45 |
| HSL | 46º | 0.12% | 0.49% | - |
| HSV(B) | 46º | 0.22% | 0.55% | - |
| XYZ | 21.66 | 23.1 | 17.78 | - |
| YUV | 131.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 132 | 109 | 0 | 0.05 | 0.22 | 0.45 | 46 | 0.12 | 0.49 |
| Hex | 8B | 84 | 6D | 0 | 5 | 16 | 2D | 2E | C | 31 |
| Octal | 213 | 204 | 155 | 0 | 5 | 26 | 55 | 56 | 14 | 61 |
| Binary | 10001011 | 10000100 | 1101101 | 0 | 101 | 10110 | 101101 | 101110 | 1100 | 110001 |
Color Harmonies of #8B846D
Complementary color
Monochromatic Colors of #8B846D
Black with #8B846D
Text Example
Text Example
White with #8B846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B846D; }
p { color: rgb(139,132,109); }
H1.HeaderClassName
{
color: #8B846D;
}
.AnyTagClassName
{
color: #8B846D;
}
</style>
background-color css
<style>
a { background-color: #8B846D; }
a { background-color: rgb(139,132,109); }
div.DivClassName
{
background-color: #8B846D;
}
.BgClassName
{
background-color: #8B846D;
}
</style>
border-color css
<style>
span { border-color: #8B846D; }
span { border-color: rgb(139,132,109); }
td.TdClassName
{
border-color: #8B846D;
}
.TagClassName
{
border-color: #8B846D;
}
</style>