Shades of Granite Green #8A846D
Tints of Granite Green #8A846D
RGB
CMYK
RGB Variations
Color information
#8A846D (or 0x8A846D) is known color: Granite Green. HEX triplet: 8A, 84 and 6D. RGB value is (138,132,109). Sum of RGB (Red+Green+Blue) = 138+132+109=379 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.41% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 138 - color contains mainly: red. Hex color #8A846D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A846D is #757B92. Grayscale: #838383. Windows color (decimal): -7699347 or 7177354. OLE color: 7177354.
HSL color Cylindrical-coordinate representation of color #8A846D: hue angle of 47.59º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8A846D is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 132 | 109 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.46 |
| HSL | 47.59º | 0.12% | 0.48% | - |
| HSV(B) | 47.59º | 0.21% | 0.54% | - |
| XYZ | 21.49 | 23.01 | 17.78 | - |
| YUV | 131.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 132 | 109 | 0 | 0.04 | 0.21 | 0.46 | 47.59 | 0.12 | 0.48 |
| Hex | 8A | 84 | 6D | 0 | 4 | 15 | 2E | 30 | C | 30 |
| Octal | 212 | 204 | 155 | 0 | 4 | 25 | 56 | 60 | 14 | 60 |
| Binary | 10001010 | 10000100 | 1101101 | 0 | 100 | 10101 | 101110 | 110000 | 1100 | 110000 |
Color Harmonies of #8A846D
Complementary color
Monochromatic Colors of #8A846D
Black with #8A846D
Text Example
Text Example
White with #8A846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A846D; }
p { color: rgb(138,132,109); }
H1.HeaderClassName
{
color: #8A846D;
}
.AnyTagClassName
{
color: #8A846D;
}
</style>
background-color css
<style>
a { background-color: #8A846D; }
a { background-color: rgb(138,132,109); }
div.DivClassName
{
background-color: #8A846D;
}
.BgClassName
{
background-color: #8A846D;
}
</style>
border-color css
<style>
span { border-color: #8A846D; }
span { border-color: rgb(138,132,109); }
td.TdClassName
{
border-color: #8A846D;
}
.TagClassName
{
border-color: #8A846D;
}
</style>