Shades of Granite Green #8F8060
Tints of Granite Green #8F8060
RGB
CMYK
RGB Variations
Color information
#8F8060 (or 0x8F8060) is known color: Granite Green. HEX triplet: 8F, 80 and 60. RGB value is (143,128,96). Sum of RGB (Red+Green+Blue) = 143+128+96=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8060 is #707F9F. Grayscale: #808080. Windows color (decimal): -7372704 or 6324367. OLE color: 6324367.
HSL color Cylindrical-coordinate representation of color #8F8060: hue angle of 40.85º 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 #8F8060 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 128 | 96 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.44 |
| HSL | 40.85º | 0.2% | 0.47% | - |
| HSV(B) | 40.85º | 0.33% | 0.56% | - |
| XYZ | 21.16 | 22.12 | 14.22 | - |
| YUV | 128.84 | 109.47 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 128 | 96 | 0 | 0.10 | 0.33 | 0.44 | 40.85 | 0.2 | 0.47 |
| Hex | 8F | 80 | 60 | 0 | A | 21 | 2C | 29 | 14 | 2F |
| Octal | 217 | 200 | 140 | 0 | 12 | 41 | 54 | 51 | 24 | 57 |
| Binary | 10001111 | 10000000 | 1100000 | 0 | 1010 | 100001 | 101100 | 101001 | 10100 | 101111 |
Color Harmonies of #8F8060
Complementary color
Monochromatic Colors of #8F8060
Black with #8F8060
Text Example
Text Example
White with #8F8060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8060; }
p { color: rgb(143,128,96); }
H1.HeaderClassName
{
color: #8F8060;
}
.AnyTagClassName
{
color: #8F8060;
}
</style>
background-color css
<style>
a { background-color: #8F8060; }
a { background-color: rgb(143,128,96); }
div.DivClassName
{
background-color: #8F8060;
}
.BgClassName
{
background-color: #8F8060;
}
</style>
border-color css
<style>
span { border-color: #8F8060; }
span { border-color: rgb(143,128,96); }
td.TdClassName
{
border-color: #8F8060;
}
.TagClassName
{
border-color: #8F8060;
}
</style>