Shades of Granite Green #8F8770
Tints of Granite Green #8F8770
RGB
CMYK
RGB Variations
Color information
#8F8770 (or 0x8F8770) is known color: Granite Green. HEX triplet: 8F, 87 and 70. RGB value is (143,135,112). Sum of RGB (Red+Green+Blue) = 143+135+112=390 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.67% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8770 is #70788F. Grayscale: #868686. Windows color (decimal): -7370896 or 7374735. OLE color: 7374735.
HSL color Cylindrical-coordinate representation of color #8F8770: hue angle of 44.52º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8F8770 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 135 | 112 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.44 |
| HSL | 44.52º | 0.12% | 0.5% | - |
| HSV(B) | 44.52º | 0.22% | 0.56% | - |
| XYZ | 22.92 | 24.34 | 18.82 | - |
| YUV | 134.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 135 | 112 | 0 | 0.06 | 0.22 | 0.44 | 44.52 | 0.12 | 0.5 |
| Hex | 8F | 87 | 70 | 0 | 6 | 16 | 2C | 2D | C | 32 |
| Octal | 217 | 207 | 160 | 0 | 6 | 26 | 54 | 55 | 14 | 62 |
| Binary | 10001111 | 10000111 | 1110000 | 0 | 110 | 10110 | 101100 | 101101 | 1100 | 110010 |
Color Harmonies of #8F8770
Complementary color
Monochromatic Colors of #8F8770
Black with #8F8770
Text Example
Text Example
White with #8F8770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8770; }
p { color: rgb(143,135,112); }
H1.HeaderClassName
{
color: #8F8770;
}
.AnyTagClassName
{
color: #8F8770;
}
</style>
background-color css
<style>
a { background-color: #8F8770; }
a { background-color: rgb(143,135,112); }
div.DivClassName
{
background-color: #8F8770;
}
.BgClassName
{
background-color: #8F8770;
}
</style>
border-color css
<style>
span { border-color: #8F8770; }
span { border-color: rgb(143,135,112); }
td.TdClassName
{
border-color: #8F8770;
}
.TagClassName
{
border-color: #8F8770;
}
</style>