Shades of Granite Green #8F8863
Tints of Granite Green #8F8863
RGB
CMYK
RGB Variations
Color information
#8F8863 (or 0x8F8863) is known color: Granite Green. HEX triplet: 8F, 88 and 63. RGB value is (143,136,99). Sum of RGB (Red+Green+Blue) = 143+136+99=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8863 is #70779C. Grayscale: #868686. Windows color (decimal): -7370653 or 6523023. OLE color: 6523023.
HSL color Cylindrical-coordinate representation of color #8F8863: hue angle of 50.45º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F8863 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 136 | 99 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.44 |
| HSL | 50.45º | 0.18% | 0.47% | - |
| HSV(B) | 50.45º | 0.31% | 0.56% | - |
| XYZ | 22.38 | 24.35 | 15.32 | - |
| YUV | 133.88 | 108.32 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 136 | 99 | 0 | 0.05 | 0.31 | 0.44 | 50.45 | 0.18 | 0.47 |
| Hex | 8F | 88 | 63 | 0 | 5 | 1F | 2C | 32 | 12 | 2F |
| Octal | 217 | 210 | 143 | 0 | 5 | 37 | 54 | 62 | 22 | 57 |
| Binary | 10001111 | 10001000 | 1100011 | 0 | 101 | 11111 | 101100 | 110010 | 10010 | 101111 |
Color Harmonies of #8F8863
Complementary color
Monochromatic Colors of #8F8863
Black with #8F8863
Text Example
Text Example
White with #8F8863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8863; }
p { color: rgb(143,136,99); }
H1.HeaderClassName
{
color: #8F8863;
}
.AnyTagClassName
{
color: #8F8863;
}
</style>
background-color css
<style>
a { background-color: #8F8863; }
a { background-color: rgb(143,136,99); }
div.DivClassName
{
background-color: #8F8863;
}
.BgClassName
{
background-color: #8F8863;
}
</style>
border-color css
<style>
span { border-color: #8F8863; }
span { border-color: rgb(143,136,99); }
td.TdClassName
{
border-color: #8F8863;
}
.TagClassName
{
border-color: #8F8863;
}
</style>