Shades of Granite Green #8A826D
Tints of Granite Green #8A826D
RGB
CMYK
RGB Variations
Color information
#8A826D (or 0x8A826D) is known color: Granite Green. HEX triplet: 8A, 82 and 6D. RGB value is (138,130,109). Sum of RGB (Red+Green+Blue) = 138+130+109=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 138 - color contains mainly: red. Hex color #8A826D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A826D is #757D92. Grayscale: #828282. Windows color (decimal): -7699859 or 7176842. OLE color: 7176842.
HSL color Cylindrical-coordinate representation of color #8A826D: hue angle of 43.45º 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 #8A826D is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 130 | 109 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.46 |
| HSL | 43.45º | 0.12% | 0.48% | - |
| HSV(B) | 43.45º | 0.21% | 0.54% | - |
| XYZ | 21.22 | 22.47 | 17.69 | - |
| YUV | 130 | 116.15 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 109 | 0 | 0.06 | 0.21 | 0.46 | 43.45 | 0.12 | 0.48 |
| Hex | 8A | 82 | 6D | 0 | 6 | 15 | 2E | 2B | C | 30 |
| Octal | 212 | 202 | 155 | 0 | 6 | 25 | 56 | 53 | 14 | 60 |
| Binary | 10001010 | 10000010 | 1101101 | 0 | 110 | 10101 | 101110 | 101011 | 1100 | 110000 |
Color Harmonies of #8A826D
Complementary color
Monochromatic Colors of #8A826D
Black with #8A826D
Text Example
Text Example
White with #8A826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A826D; }
p { color: rgb(138,130,109); }
H1.HeaderClassName
{
color: #8A826D;
}
.AnyTagClassName
{
color: #8A826D;
}
</style>
background-color css
<style>
a { background-color: #8A826D; }
a { background-color: rgb(138,130,109); }
div.DivClassName
{
background-color: #8A826D;
}
.BgClassName
{
background-color: #8A826D;
}
</style>
border-color css
<style>
span { border-color: #8A826D; }
span { border-color: rgb(138,130,109); }
td.TdClassName
{
border-color: #8A826D;
}
.TagClassName
{
border-color: #8A826D;
}
</style>