Shades of Granite Green #8F886A
Tints of Granite Green #8F886A
RGB
CMYK
RGB Variations
Color information
#8F886A (or 0x8F886A) is known color: Granite Green. HEX triplet: 8F, 88 and 6A. RGB value is (143,136,106). Sum of RGB (Red+Green+Blue) = 143+136+106=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 143 - color contains mainly: red. Hex color #8F886A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F886A is #707795. Grayscale: #868686. Windows color (decimal): -7370646 or 6981775. OLE color: 6981775.
HSL color Cylindrical-coordinate representation of color #8F886A: hue angle of 48.65º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8F886A is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 136 | 106 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.44 |
| HSL | 48.65º | 0.15% | 0.49% | - |
| HSV(B) | 48.65º | 0.26% | 0.56% | - |
| XYZ | 22.73 | 24.49 | 17.16 | - |
| YUV | 134.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 136 | 106 | 0 | 0.05 | 0.26 | 0.44 | 48.65 | 0.15 | 0.49 |
| Hex | 8F | 88 | 6A | 0 | 5 | 1A | 2C | 31 | F | 31 |
| Octal | 217 | 210 | 152 | 0 | 5 | 32 | 54 | 61 | 17 | 61 |
| Binary | 10001111 | 10001000 | 1101010 | 0 | 101 | 11010 | 101100 | 110001 | 1111 | 110001 |
Color Harmonies of #8F886A
Complementary color
Monochromatic Colors of #8F886A
Black with #8F886A
Text Example
Text Example
White with #8F886A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F886A; }
p { color: rgb(143,136,106); }
H1.HeaderClassName
{
color: #8F886A;
}
.AnyTagClassName
{
color: #8F886A;
}
</style>
background-color css
<style>
a { background-color: #8F886A; }
a { background-color: rgb(143,136,106); }
div.DivClassName
{
background-color: #8F886A;
}
.BgClassName
{
background-color: #8F886A;
}
</style>
border-color css
<style>
span { border-color: #8F886A; }
span { border-color: rgb(143,136,106); }
td.TdClassName
{
border-color: #8F886A;
}
.TagClassName
{
border-color: #8F886A;
}
</style>