Shades of Granite Green #8A846A
Tints of Granite Green #8A846A
RGB
CMYK
RGB Variations
Color information
#8A846A (or 0x8A846A) is known color: Granite Green. HEX triplet: 8A, 84 and 6A. RGB value is (138,132,106). Sum of RGB (Red+Green+Blue) = 138+132+106=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 138 - color contains mainly: red. Hex color #8A846A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A846A is #757B95. Grayscale: #828282. Windows color (decimal): -7699350 or 6980746. OLE color: 6980746.
HSL color Cylindrical-coordinate representation of color #8A846A: hue angle of 48.75º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8A846A is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 132 | 106 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.46 |
| HSL | 48.75º | 0.13% | 0.48% | - |
| HSV(B) | 48.75º | 0.23% | 0.54% | - |
| XYZ | 21.33 | 22.95 | 16.94 | - |
| YUV | 130.83 | 113.99 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 132 | 106 | 0 | 0.04 | 0.23 | 0.46 | 48.75 | 0.13 | 0.48 |
| Hex | 8A | 84 | 6A | 0 | 4 | 17 | 2E | 31 | D | 30 |
| Octal | 212 | 204 | 152 | 0 | 4 | 27 | 56 | 61 | 15 | 60 |
| Binary | 10001010 | 10000100 | 1101010 | 0 | 100 | 10111 | 101110 | 110001 | 1101 | 110000 |
Color Harmonies of #8A846A
Complementary color
Monochromatic Colors of #8A846A
Black with #8A846A
Text Example
Text Example
White with #8A846A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A846A; }
p { color: rgb(138,132,106); }
H1.HeaderClassName
{
color: #8A846A;
}
.AnyTagClassName
{
color: #8A846A;
}
</style>
background-color css
<style>
a { background-color: #8A846A; }
a { background-color: rgb(138,132,106); }
div.DivClassName
{
background-color: #8A846A;
}
.BgClassName
{
background-color: #8A846A;
}
</style>
border-color css
<style>
span { border-color: #8A846A; }
span { border-color: rgb(138,132,106); }
td.TdClassName
{
border-color: #8A846A;
}
.TagClassName
{
border-color: #8A846A;
}
</style>