Shades of Granite Green #8F856D
Tints of Granite Green #8F856D
RGB
CMYK
RGB Variations
Color information
#8F856D (or 0x8F856D) is known color: Granite Green. HEX triplet: 8F, 85 and 6D. RGB value is (143,133,109). Sum of RGB (Red+Green+Blue) = 143+133+109=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 143 - color contains mainly: red. Hex color #8F856D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F856D is #707A92. Grayscale: #858585. Windows color (decimal): -7371411 or 7177615. OLE color: 7177615.
HSL color Cylindrical-coordinate representation of color #8F856D: hue angle of 42.35º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8F856D is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 133 | 109 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.44 |
| HSL | 42.35º | 0.13% | 0.49% | - |
| HSV(B) | 42.35º | 0.24% | 0.56% | - |
| XYZ | 22.48 | 23.72 | 17.86 | - |
| YUV | 133.25 | 114.31 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 109 | 0 | 0.07 | 0.24 | 0.44 | 42.35 | 0.13 | 0.49 |
| Hex | 8F | 85 | 6D | 0 | 7 | 18 | 2C | 2A | D | 31 |
| Octal | 217 | 205 | 155 | 0 | 7 | 30 | 54 | 52 | 15 | 61 |
| Binary | 10001111 | 10000101 | 1101101 | 0 | 111 | 11000 | 101100 | 101010 | 1101 | 110001 |
Color Harmonies of #8F856D
Complementary color
Monochromatic Colors of #8F856D
Black with #8F856D
Text Example
Text Example
White with #8F856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F856D; }
p { color: rgb(143,133,109); }
H1.HeaderClassName
{
color: #8F856D;
}
.AnyTagClassName
{
color: #8F856D;
}
</style>
background-color css
<style>
a { background-color: #8F856D; }
a { background-color: rgb(143,133,109); }
div.DivClassName
{
background-color: #8F856D;
}
.BgClassName
{
background-color: #8F856D;
}
</style>
border-color css
<style>
span { border-color: #8F856D; }
span { border-color: rgb(143,133,109); }
td.TdClassName
{
border-color: #8F856D;
}
.TagClassName
{
border-color: #8F856D;
}
</style>