Shades of Granite Green #8F875F
Tints of Granite Green #8F875F
RGB
CMYK
RGB Variations
Color information
#8F875F (or 0x8F875F) is known color: Granite Green. HEX triplet: 8F, 87 and 5F. RGB value is (143,135,95). Sum of RGB (Red+Green+Blue) = 143+135+95=373 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.34% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 143 - color contains mainly: red. Hex color #8F875F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F875F is #7078A0. Grayscale: #848484. Windows color (decimal): -7370913 or 6260623. OLE color: 6260623.
HSL color Cylindrical-coordinate representation of color #8F875F: hue angle of 50º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F875F is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 135 | 95 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.44 |
| HSL | 50º | 0.2% | 0.47% | - |
| HSV(B) | 50º | 0.34% | 0.56% | - |
| XYZ | 22.06 | 23.99 | 14.3 | - |
| YUV | 132.83 | 106.65 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 135 | 95 | 0 | 0.06 | 0.34 | 0.44 | 50 | 0.2 | 0.47 |
| Hex | 8F | 87 | 5F | 0 | 6 | 22 | 2C | 32 | 14 | 2F |
| Octal | 217 | 207 | 137 | 0 | 6 | 42 | 54 | 62 | 24 | 57 |
| Binary | 10001111 | 10000111 | 1011111 | 0 | 110 | 100010 | 101100 | 110010 | 10100 | 101111 |
Color Harmonies of #8F875F
Complementary color
Monochromatic Colors of #8F875F
Black with #8F875F
Text Example
Text Example
White with #8F875F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F875F; }
p { color: rgb(143,135,95); }
H1.HeaderClassName
{
color: #8F875F;
}
.AnyTagClassName
{
color: #8F875F;
}
</style>
background-color css
<style>
a { background-color: #8F875F; }
a { background-color: rgb(143,135,95); }
div.DivClassName
{
background-color: #8F875F;
}
.BgClassName
{
background-color: #8F875F;
}
</style>
border-color css
<style>
span { border-color: #8F875F; }
span { border-color: rgb(143,135,95); }
td.TdClassName
{
border-color: #8F875F;
}
.TagClassName
{
border-color: #8F875F;
}
</style>