Shades of Granite Green #8A846E
Tints of Granite Green #8A846E
RGB
CMYK
RGB Variations
Color information
#8A846E (or 0x8A846E) is known color: Granite Green. HEX triplet: 8A, 84 and 6E. RGB value is (138,132,110). Sum of RGB (Red+Green+Blue) = 138+132+110=380 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.32% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 138 - color contains mainly: red. Hex color #8A846E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A846E is #757B91. Grayscale: #838383. Windows color (decimal): -7699346 or 7242890. OLE color: 7242890.
HSL color Cylindrical-coordinate representation of color #8A846E: hue angle of 47.14º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A846E is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 132 | 110 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.46 |
| HSL | 47.14º | 0.11% | 0.49% | - |
| HSV(B) | 47.14º | 0.2% | 0.54% | - |
| XYZ | 21.55 | 23.03 | 18.06 | - |
| YUV | 131.29 | 115.99 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 132 | 110 | 0 | 0.04 | 0.20 | 0.46 | 47.14 | 0.11 | 0.49 |
| Hex | 8A | 84 | 6E | 0 | 4 | 14 | 2E | 2F | B | 31 |
| Octal | 212 | 204 | 156 | 0 | 4 | 24 | 56 | 57 | 13 | 61 |
| Binary | 10001010 | 10000100 | 1101110 | 0 | 100 | 10100 | 101110 | 101111 | 1011 | 110001 |
Color Harmonies of #8A846E
Complementary color
Monochromatic Colors of #8A846E
Black with #8A846E
Text Example
Text Example
White with #8A846E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A846E; }
p { color: rgb(138,132,110); }
H1.HeaderClassName
{
color: #8A846E;
}
.AnyTagClassName
{
color: #8A846E;
}
</style>
background-color css
<style>
a { background-color: #8A846E; }
a { background-color: rgb(138,132,110); }
div.DivClassName
{
background-color: #8A846E;
}
.BgClassName
{
background-color: #8A846E;
}
</style>
border-color css
<style>
span { border-color: #8A846E; }
span { border-color: rgb(138,132,110); }
td.TdClassName
{
border-color: #8A846E;
}
.TagClassName
{
border-color: #8A846E;
}
</style>