Shades of Granite Green #8F8560
Tints of Granite Green #8F8560
RGB
CMYK
RGB Variations
Color information
#8F8560 (or 0x8F8560) is known color: Granite Green. HEX triplet: 8F, 85 and 60. RGB value is (143,133,96). Sum of RGB (Red+Green+Blue) = 143+133+96=372 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.44% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8560 is #707A9F. Grayscale: #838383. Windows color (decimal): -7371424 or 6325647. OLE color: 6325647.
HSL color Cylindrical-coordinate representation of color #8F8560: hue angle of 47.23º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F8560 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 133 | 96 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.44 |
| HSL | 47.23º | 0.2% | 0.47% | - |
| HSV(B) | 47.23º | 0.33% | 0.56% | - |
| XYZ | 21.83 | 23.46 | 14.44 | - |
| YUV | 131.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 96 | 0 | 0.07 | 0.33 | 0.44 | 47.23 | 0.2 | 0.47 |
| Hex | 8F | 85 | 60 | 0 | 7 | 21 | 2C | 2F | 14 | 2F |
| Octal | 217 | 205 | 140 | 0 | 7 | 41 | 54 | 57 | 24 | 57 |
| Binary | 10001111 | 10000101 | 1100000 | 0 | 111 | 100001 | 101100 | 101111 | 10100 | 101111 |
Color Harmonies of #8F8560
Complementary color
Monochromatic Colors of #8F8560
Black with #8F8560
Text Example
Text Example
White with #8F8560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8560; }
p { color: rgb(143,133,96); }
H1.HeaderClassName
{
color: #8F8560;
}
.AnyTagClassName
{
color: #8F8560;
}
</style>
background-color css
<style>
a { background-color: #8F8560; }
a { background-color: rgb(143,133,96); }
div.DivClassName
{
background-color: #8F8560;
}
.BgClassName
{
background-color: #8F8560;
}
</style>
border-color css
<style>
span { border-color: #8F8560; }
span { border-color: rgb(143,133,96); }
td.TdClassName
{
border-color: #8F8560;
}
.TagClassName
{
border-color: #8F8560;
}
</style>