Shades of Granite Green #8E886A
Tints of Granite Green #8E886A
RGB
CMYK
RGB Variations
Color information
#8E886A (or 0x8E886A) is known color: Granite Green. HEX triplet: 8E, 88 and 6A. RGB value is (142,136,106). Sum of RGB (Red+Green+Blue) = 142+136+106=384 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.98% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 142 - color contains mainly: red. Hex color #8E886A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E886A is #717795. Grayscale: #868686. Windows color (decimal): -7436182 or 6981774. OLE color: 6981774.
HSL color Cylindrical-coordinate representation of color #8E886A: hue angle of 50º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8E886A is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 136 | 106 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.44 |
| HSL | 50º | 0.15% | 0.49% | - |
| HSV(B) | 50º | 0.25% | 0.56% | - |
| XYZ | 22.56 | 24.4 | 17.16 | - |
| YUV | 134.37 | 111.99 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 136 | 106 | 0 | 0.04 | 0.25 | 0.44 | 50 | 0.15 | 0.49 |
| Hex | 8E | 88 | 6A | 0 | 4 | 19 | 2C | 32 | F | 31 |
| Octal | 216 | 210 | 152 | 0 | 4 | 31 | 54 | 62 | 17 | 61 |
| Binary | 10001110 | 10001000 | 1101010 | 0 | 100 | 11001 | 101100 | 110010 | 1111 | 110001 |
Color Harmonies of #8E886A
Complementary color
Monochromatic Colors of #8E886A
Black with #8E886A
Text Example
Text Example
White with #8E886A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E886A; }
p { color: rgb(142,136,106); }
H1.HeaderClassName
{
color: #8E886A;
}
.AnyTagClassName
{
color: #8E886A;
}
</style>
background-color css
<style>
a { background-color: #8E886A; }
a { background-color: rgb(142,136,106); }
div.DivClassName
{
background-color: #8E886A;
}
.BgClassName
{
background-color: #8E886A;
}
</style>
border-color css
<style>
span { border-color: #8E886A; }
span { border-color: rgb(142,136,106); }
td.TdClassName
{
border-color: #8E886A;
}
.TagClassName
{
border-color: #8E886A;
}
</style>