Shades of Granite Green #8A826B
Tints of Granite Green #8A826B
RGB
CMYK
RGB Variations
Color information
#8A826B (or 0x8A826B) is known color: Granite Green. HEX triplet: 8A, 82 and 6B. RGB value is (138,130,107). Sum of RGB (Red+Green+Blue) = 138+130+107=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 138 - color contains mainly: red. Hex color #8A826B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A826B is #757D94. Grayscale: #818181. Windows color (decimal): -7699861 or 7045770. OLE color: 7045770.
HSL color Cylindrical-coordinate representation of color #8A826B: hue angle of 44.52º degrees, saturation: 0.13, 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 #8A826B is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 130 | 107 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.46 |
| HSL | 44.52º | 0.13% | 0.48% | - |
| HSV(B) | 44.52º | 0.22% | 0.54% | - |
| XYZ | 21.12 | 22.43 | 17.13 | - |
| YUV | 129.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 107 | 0 | 0.06 | 0.22 | 0.46 | 44.52 | 0.13 | 0.48 |
| Hex | 8A | 82 | 6B | 0 | 6 | 16 | 2E | 2D | D | 30 |
| Octal | 212 | 202 | 153 | 0 | 6 | 26 | 56 | 55 | 15 | 60 |
| Binary | 10001010 | 10000010 | 1101011 | 0 | 110 | 10110 | 101110 | 101101 | 1101 | 110000 |
Color Harmonies of #8A826B
Complementary color
Monochromatic Colors of #8A826B
Black with #8A826B
Text Example
Text Example
White with #8A826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A826B; }
p { color: rgb(138,130,107); }
H1.HeaderClassName
{
color: #8A826B;
}
.AnyTagClassName
{
color: #8A826B;
}
</style>
background-color css
<style>
a { background-color: #8A826B; }
a { background-color: rgb(138,130,107); }
div.DivClassName
{
background-color: #8A826B;
}
.BgClassName
{
background-color: #8A826B;
}
</style>
border-color css
<style>
span { border-color: #8A826B; }
span { border-color: rgb(138,130,107); }
td.TdClassName
{
border-color: #8A826B;
}
.TagClassName
{
border-color: #8A826B;
}
</style>