Shades of Granite Green #8F866C
Tints of Granite Green #8F866C
RGB
CMYK
RGB Variations
Color information
#8F866C (or 0x8F866C) is known color: Granite Green. HEX triplet: 8F, 86 and 6C. RGB value is (143,134,108). Sum of RGB (Red+Green+Blue) = 143+134+108=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 143 - color contains mainly: red. Hex color #8F866C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F866C is #707993. Grayscale: #858585. Windows color (decimal): -7371156 or 7112335. OLE color: 7112335.
HSL color Cylindrical-coordinate representation of color #8F866C: hue angle of 44.57º degrees, saturation: 0.14, 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 #8F866C is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 134 | 108 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.44 |
| HSL | 44.57º | 0.14% | 0.49% | - |
| HSV(B) | 44.57º | 0.24% | 0.56% | - |
| XYZ | 22.56 | 23.97 | 17.63 | - |
| YUV | 133.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 134 | 108 | 0 | 0.06 | 0.24 | 0.44 | 44.57 | 0.14 | 0.49 |
| Hex | 8F | 86 | 6C | 0 | 6 | 18 | 2C | 2D | E | 31 |
| Octal | 217 | 206 | 154 | 0 | 6 | 30 | 54 | 55 | 16 | 61 |
| Binary | 10001111 | 10000110 | 1101100 | 0 | 110 | 11000 | 101100 | 101101 | 1110 | 110001 |
Color Harmonies of #8F866C
Complementary color
Monochromatic Colors of #8F866C
Black with #8F866C
Text Example
Text Example
White with #8F866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F866C; }
p { color: rgb(143,134,108); }
H1.HeaderClassName
{
color: #8F866C;
}
.AnyTagClassName
{
color: #8F866C;
}
</style>
background-color css
<style>
a { background-color: #8F866C; }
a { background-color: rgb(143,134,108); }
div.DivClassName
{
background-color: #8F866C;
}
.BgClassName
{
background-color: #8F866C;
}
</style>
border-color css
<style>
span { border-color: #8F866C; }
span { border-color: rgb(143,134,108); }
td.TdClassName
{
border-color: #8F866C;
}
.TagClassName
{
border-color: #8F866C;
}
</style>