Shades of Granite Green #8F855E
Tints of Granite Green #8F855E
RGB
CMYK
RGB Variations
Color information
#8F855E (or 0x8F855E) is known color: Granite Green. HEX triplet: 8F, 85 and 5E. RGB value is (143,133,94). Sum of RGB (Red+Green+Blue) = 143+133+94=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 143 - color contains mainly: red. Hex color #8F855E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F855E is #707AA1. Grayscale: #838383. Windows color (decimal): -7371426 or 6194575. OLE color: 6194575.
HSL color Cylindrical-coordinate representation of color #8F855E: hue angle of 47.76º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F855E is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 133 | 94 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.44 |
| HSL | 47.76º | 0.21% | 0.46% | - |
| HSV(B) | 47.76º | 0.34% | 0.56% | - |
| XYZ | 21.74 | 23.42 | 13.97 | - |
| YUV | 131.54 | 106.81 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 94 | 0 | 0.07 | 0.34 | 0.44 | 47.76 | 0.21 | 0.46 |
| Hex | 8F | 85 | 5E | 0 | 7 | 22 | 2C | 30 | 15 | 2E |
| Octal | 217 | 205 | 136 | 0 | 7 | 42 | 54 | 60 | 25 | 56 |
| Binary | 10001111 | 10000101 | 1011110 | 0 | 111 | 100010 | 101100 | 110000 | 10101 | 101110 |
Color Harmonies of #8F855E
Complementary color
Monochromatic Colors of #8F855E
Black with #8F855E
Text Example
Text Example
White with #8F855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F855E; }
p { color: rgb(143,133,94); }
H1.HeaderClassName
{
color: #8F855E;
}
.AnyTagClassName
{
color: #8F855E;
}
</style>
background-color css
<style>
a { background-color: #8F855E; }
a { background-color: rgb(143,133,94); }
div.DivClassName
{
background-color: #8F855E;
}
.BgClassName
{
background-color: #8F855E;
}
</style>
border-color css
<style>
span { border-color: #8F855E; }
span { border-color: rgb(143,133,94); }
td.TdClassName
{
border-color: #8F855E;
}
.TagClassName
{
border-color: #8F855E;
}
</style>