Shades of Granite Green #8F866E
Tints of Granite Green #8F866E
RGB
CMYK
RGB Variations
Color information
#8F866E (or 0x8F866E) is known color: Granite Green. HEX triplet: 8F, 86 and 6E. RGB value is (143,134,110). Sum of RGB (Red+Green+Blue) = 143+134+110=387 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.95% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 143 - color contains mainly: red. Hex color #8F866E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F866E is #707991. Grayscale: #868686. Windows color (decimal): -7371154 or 7243407. OLE color: 7243407.
HSL color Cylindrical-coordinate representation of color #8F866E: hue angle of 43.64º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8F866E is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 134 | 110 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.44 |
| HSL | 43.64º | 0.13% | 0.5% | - |
| HSV(B) | 43.64º | 0.23% | 0.56% | - |
| XYZ | 22.67 | 24.02 | 18.19 | - |
| YUV | 133.96 | 114.48 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 134 | 110 | 0 | 0.06 | 0.23 | 0.44 | 43.64 | 0.13 | 0.5 |
| Hex | 8F | 86 | 6E | 0 | 6 | 17 | 2C | 2C | D | 32 |
| Octal | 217 | 206 | 156 | 0 | 6 | 27 | 54 | 54 | 15 | 62 |
| Binary | 10001111 | 10000110 | 1101110 | 0 | 110 | 10111 | 101100 | 101100 | 1101 | 110010 |
Color Harmonies of #8F866E
Complementary color
Monochromatic Colors of #8F866E
Black with #8F866E
Text Example
Text Example
White with #8F866E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F866E; }
p { color: rgb(143,134,110); }
H1.HeaderClassName
{
color: #8F866E;
}
.AnyTagClassName
{
color: #8F866E;
}
</style>
background-color css
<style>
a { background-color: #8F866E; }
a { background-color: rgb(143,134,110); }
div.DivClassName
{
background-color: #8F866E;
}
.BgClassName
{
background-color: #8F866E;
}
</style>
border-color css
<style>
span { border-color: #8F866E; }
span { border-color: rgb(143,134,110); }
td.TdClassName
{
border-color: #8F866E;
}
.TagClassName
{
border-color: #8F866E;
}
</style>