Shades of Granite Green #8A826C
Tints of Granite Green #8A826C
RGB
CMYK
RGB Variations
Color information
#8A826C (or 0x8A826C) is known color: Granite Green. HEX triplet: 8A, 82 and 6C. RGB value is (138,130,108). Sum of RGB (Red+Green+Blue) = 138+130+108=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 138 - color contains mainly: red. Hex color #8A826C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A826C is #757D93. Grayscale: #818181. Windows color (decimal): -7699860 or 7111306. OLE color: 7111306.
HSL color Cylindrical-coordinate representation of color #8A826C: hue angle of 44º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8A826C is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 130 | 108 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.46 |
| HSL | 44º | 0.12% | 0.48% | - |
| HSV(B) | 44º | 0.22% | 0.54% | - |
| XYZ | 21.17 | 22.45 | 17.41 | - |
| YUV | 129.88 | 115.65 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 108 | 0 | 0.06 | 0.22 | 0.46 | 44 | 0.12 | 0.48 |
| Hex | 8A | 82 | 6C | 0 | 6 | 16 | 2E | 2C | C | 30 |
| Octal | 212 | 202 | 154 | 0 | 6 | 26 | 56 | 54 | 14 | 60 |
| Binary | 10001010 | 10000010 | 1101100 | 0 | 110 | 10110 | 101110 | 101100 | 1100 | 110000 |
Color Harmonies of #8A826C
Complementary color
Monochromatic Colors of #8A826C
Black with #8A826C
Text Example
Text Example
White with #8A826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A826C; }
p { color: rgb(138,130,108); }
H1.HeaderClassName
{
color: #8A826C;
}
.AnyTagClassName
{
color: #8A826C;
}
</style>
background-color css
<style>
a { background-color: #8A826C; }
a { background-color: rgb(138,130,108); }
div.DivClassName
{
background-color: #8A826C;
}
.BgClassName
{
background-color: #8A826C;
}
</style>
border-color css
<style>
span { border-color: #8A826C; }
span { border-color: rgb(138,130,108); }
td.TdClassName
{
border-color: #8A826C;
}
.TagClassName
{
border-color: #8A826C;
}
</style>