Shades of Granite Green #8F805F
Tints of Granite Green #8F805F
RGB
CMYK
RGB Variations
Color information
#8F805F (or 0x8F805F) is known color: Granite Green. HEX triplet: 8F, 80 and 5F. RGB value is (143,128,95). Sum of RGB (Red+Green+Blue) = 143+128+95=366 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.07% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 143 - color contains mainly: red. Hex color #8F805F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F805F is #707FA0. Grayscale: #808080. Windows color (decimal): -7372705 or 6258831. OLE color: 6258831.
HSL color Cylindrical-coordinate representation of color #8F805F: hue angle of 41.25º 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 #8F805F is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 128 | 95 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.44 |
| HSL | 41.25º | 0.2% | 0.47% | - |
| HSV(B) | 41.25º | 0.34% | 0.56% | - |
| XYZ | 21.11 | 22.1 | 13.98 | - |
| YUV | 128.72 | 108.97 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 128 | 95 | 0 | 0.10 | 0.34 | 0.44 | 41.25 | 0.2 | 0.47 |
| Hex | 8F | 80 | 5F | 0 | A | 22 | 2C | 29 | 14 | 2F |
| Octal | 217 | 200 | 137 | 0 | 12 | 42 | 54 | 51 | 24 | 57 |
| Binary | 10001111 | 10000000 | 1011111 | 0 | 1010 | 100010 | 101100 | 101001 | 10100 | 101111 |
Color Harmonies of #8F805F
Complementary color
Monochromatic Colors of #8F805F
Black with #8F805F
Text Example
Text Example
White with #8F805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F805F; }
p { color: rgb(143,128,95); }
H1.HeaderClassName
{
color: #8F805F;
}
.AnyTagClassName
{
color: #8F805F;
}
</style>
background-color css
<style>
a { background-color: #8F805F; }
a { background-color: rgb(143,128,95); }
div.DivClassName
{
background-color: #8F805F;
}
.BgClassName
{
background-color: #8F805F;
}
</style>
border-color css
<style>
span { border-color: #8F805F; }
span { border-color: rgb(143,128,95); }
td.TdClassName
{
border-color: #8F805F;
}
.TagClassName
{
border-color: #8F805F;
}
</style>