Shades of Granite Green #8F805E
Tints of Granite Green #8F805E
RGB
CMYK
RGB Variations
Color information
#8F805E (or 0x8F805E) is known color: Granite Green. HEX triplet: 8F, 80 and 5E. RGB value is (143,128,94). Sum of RGB (Red+Green+Blue) = 143+128+94=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 143 - color contains mainly: red. Hex color #8F805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F805E is #707FA1. Grayscale: #808080. Windows color (decimal): -7372706 or 6193295. OLE color: 6193295.
HSL color Cylindrical-coordinate representation of color #8F805E: hue angle of 41.63º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F805E is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 128 | 94 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.44 |
| HSL | 41.63º | 0.21% | 0.46% | - |
| HSV(B) | 41.63º | 0.34% | 0.56% | - |
| XYZ | 21.07 | 22.09 | 13.74 | - |
| YUV | 128.61 | 108.47 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 128 | 94 | 0 | 0.10 | 0.34 | 0.44 | 41.63 | 0.21 | 0.46 |
| Hex | 8F | 80 | 5E | 0 | A | 22 | 2C | 2A | 15 | 2E |
| Octal | 217 | 200 | 136 | 0 | 12 | 42 | 54 | 52 | 25 | 56 |
| Binary | 10001111 | 10000000 | 1011110 | 0 | 1010 | 100010 | 101100 | 101010 | 10101 | 101110 |
Color Harmonies of #8F805E
Complementary color
Monochromatic Colors of #8F805E
Black with #8F805E
Text Example
Text Example
White with #8F805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F805E; }
p { color: rgb(143,128,94); }
H1.HeaderClassName
{
color: #8F805E;
}
.AnyTagClassName
{
color: #8F805E;
}
</style>
background-color css
<style>
a { background-color: #8F805E; }
a { background-color: rgb(143,128,94); }
div.DivClassName
{
background-color: #8F805E;
}
.BgClassName
{
background-color: #8F805E;
}
</style>
border-color css
<style>
span { border-color: #8F805E; }
span { border-color: rgb(143,128,94); }
td.TdClassName
{
border-color: #8F805E;
}
.TagClassName
{
border-color: #8F805E;
}
</style>