Shades of Granite Green #8D826A
Tints of Granite Green #8D826A
RGB
CMYK
RGB Variations
Color information
#8D826A (or 0x8D826A) is known color: Granite Green. HEX triplet: 8D, 82 and 6A. RGB value is (141,130,106). Sum of RGB (Red+Green+Blue) = 141+130+106=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 141 - color contains mainly: red. Hex color #8D826A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D826A is #727D95. Grayscale: #828282. Windows color (decimal): -7503254 or 6980237. OLE color: 6980237.
HSL color Cylindrical-coordinate representation of color #8D826A: hue angle of 41.14º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D826A is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 130 | 106 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.45 |
| HSL | 41.14º | 0.14% | 0.48% | - |
| HSV(B) | 41.14º | 0.25% | 0.55% | - |
| XYZ | 21.57 | 22.67 | 16.87 | - |
| YUV | 130.55 | 114.14 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 106 | 0 | 0.08 | 0.25 | 0.45 | 41.14 | 0.14 | 0.48 |
| Hex | 8D | 82 | 6A | 0 | 8 | 19 | 2D | 29 | E | 30 |
| Octal | 215 | 202 | 152 | 0 | 10 | 31 | 55 | 51 | 16 | 60 |
| Binary | 10001101 | 10000010 | 1101010 | 0 | 1000 | 11001 | 101101 | 101001 | 1110 | 110000 |
Color Harmonies of #8D826A
Complementary color
Monochromatic Colors of #8D826A
Black with #8D826A
Text Example
Text Example
White with #8D826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D826A; }
p { color: rgb(141,130,106); }
H1.HeaderClassName
{
color: #8D826A;
}
.AnyTagClassName
{
color: #8D826A;
}
</style>
background-color css
<style>
a { background-color: #8D826A; }
a { background-color: rgb(141,130,106); }
div.DivClassName
{
background-color: #8D826A;
}
.BgClassName
{
background-color: #8D826A;
}
</style>
border-color css
<style>
span { border-color: #8D826A; }
span { border-color: rgb(141,130,106); }
td.TdClassName
{
border-color: #8D826A;
}
.TagClassName
{
border-color: #8D826A;
}
</style>