Shades of Granite Green #8B8570
Tints of Granite Green #8B8570
RGB
CMYK
RGB Variations
Color information
#8B8570 (or 0x8B8570) is known color: Granite Green. HEX triplet: 8B, 85 and 70. RGB value is (139,133,112). Sum of RGB (Red+Green+Blue) = 139+133+112=384 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.20% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8570 is #747A8F. Grayscale: #848484. Windows color (decimal): -7633552 or 7374219. OLE color: 7374219.
HSL color Cylindrical-coordinate representation of color #8B8570: hue angle of 46.67º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B8570 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 133 | 112 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.45 |
| HSL | 46.67º | 0.11% | 0.49% | - |
| HSV(B) | 46.67º | 0.19% | 0.55% | - |
| XYZ | 21.96 | 23.43 | 18.7 | - |
| YUV | 132.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 133 | 112 | 0 | 0.04 | 0.19 | 0.45 | 46.67 | 0.11 | 0.49 |
| Hex | 8B | 85 | 70 | 0 | 4 | 13 | 2D | 2F | B | 31 |
| Octal | 213 | 205 | 160 | 0 | 4 | 23 | 55 | 57 | 13 | 61 |
| Binary | 10001011 | 10000101 | 1110000 | 0 | 100 | 10011 | 101101 | 101111 | 1011 | 110001 |
Color Harmonies of #8B8570
Complementary color
Monochromatic Colors of #8B8570
Black with #8B8570
Text Example
Text Example
White with #8B8570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8570; }
p { color: rgb(139,133,112); }
H1.HeaderClassName
{
color: #8B8570;
}
.AnyTagClassName
{
color: #8B8570;
}
</style>
background-color css
<style>
a { background-color: #8B8570; }
a { background-color: rgb(139,133,112); }
div.DivClassName
{
background-color: #8B8570;
}
.BgClassName
{
background-color: #8B8570;
}
</style>
border-color css
<style>
span { border-color: #8B8570; }
span { border-color: rgb(139,133,112); }
td.TdClassName
{
border-color: #8B8570;
}
.TagClassName
{
border-color: #8B8570;
}
</style>