Shades of Granite Green #8F896D
Tints of Granite Green #8F896D
RGB
CMYK
RGB Variations
Color information
#8F896D (or 0x8F896D) is known color: Granite Green. HEX triplet: 8F, 89 and 6D. RGB value is (143,137,109). Sum of RGB (Red+Green+Blue) = 143+137+109=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 143 - color contains mainly: red. Hex color #8F896D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F896D is #707692. Grayscale: #878787. Windows color (decimal): -7370387 or 7178639. OLE color: 7178639.
HSL color Cylindrical-coordinate representation of color #8F896D: hue angle of 49.41º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8F896D is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 137 | 109 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.44 |
| HSL | 49.41º | 0.13% | 0.49% | - |
| HSV(B) | 49.41º | 0.24% | 0.56% | - |
| XYZ | 23.03 | 24.84 | 18.05 | - |
| YUV | 135.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 137 | 109 | 0 | 0.04 | 0.24 | 0.44 | 49.41 | 0.13 | 0.49 |
| Hex | 8F | 89 | 6D | 0 | 4 | 18 | 2C | 31 | D | 31 |
| Octal | 217 | 211 | 155 | 0 | 4 | 30 | 54 | 61 | 15 | 61 |
| Binary | 10001111 | 10001001 | 1101101 | 0 | 100 | 11000 | 101100 | 110001 | 1101 | 110001 |
Color Harmonies of #8F896D
Complementary color
Monochromatic Colors of #8F896D
Black with #8F896D
Text Example
Text Example
White with #8F896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F896D; }
p { color: rgb(143,137,109); }
H1.HeaderClassName
{
color: #8F896D;
}
.AnyTagClassName
{
color: #8F896D;
}
</style>
background-color css
<style>
a { background-color: #8F896D; }
a { background-color: rgb(143,137,109); }
div.DivClassName
{
background-color: #8F896D;
}
.BgClassName
{
background-color: #8F896D;
}
</style>
border-color css
<style>
span { border-color: #8F896D; }
span { border-color: rgb(143,137,109); }
td.TdClassName
{
border-color: #8F896D;
}
.TagClassName
{
border-color: #8F896D;
}
</style>