Shades of Granite Green #8D826C
Tints of Granite Green #8D826C
RGB
CMYK
RGB Variations
Color information
#8D826C (or 0x8D826C) is known color: Granite Green. HEX triplet: 8D, 82 and 6C. RGB value is (141,130,108). Sum of RGB (Red+Green+Blue) = 141+130+108=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 141 - color contains mainly: red. Hex color #8D826C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D826C is #727D93. Grayscale: #828282. Windows color (decimal): -7503252 or 7111309. OLE color: 7111309.
HSL color Cylindrical-coordinate representation of color #8D826C: hue angle of 40º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8D826C is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 130 | 108 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.45 |
| HSL | 40º | 0.13% | 0.49% | - |
| HSV(B) | 40º | 0.23% | 0.55% | - |
| XYZ | 21.67 | 22.71 | 17.43 | - |
| YUV | 130.78 | 115.14 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 108 | 0 | 0.08 | 0.23 | 0.45 | 40 | 0.13 | 0.49 |
| Hex | 8D | 82 | 6C | 0 | 8 | 17 | 2D | 28 | D | 31 |
| Octal | 215 | 202 | 154 | 0 | 10 | 27 | 55 | 50 | 15 | 61 |
| Binary | 10001101 | 10000010 | 1101100 | 0 | 1000 | 10111 | 101101 | 101000 | 1101 | 110001 |
Color Harmonies of #8D826C
Complementary color
Monochromatic Colors of #8D826C
Black with #8D826C
Text Example
Text Example
White with #8D826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D826C; }
p { color: rgb(141,130,108); }
H1.HeaderClassName
{
color: #8D826C;
}
.AnyTagClassName
{
color: #8D826C;
}
</style>
background-color css
<style>
a { background-color: #8D826C; }
a { background-color: rgb(141,130,108); }
div.DivClassName
{
background-color: #8D826C;
}
.BgClassName
{
background-color: #8D826C;
}
</style>
border-color css
<style>
span { border-color: #8D826C; }
span { border-color: rgb(141,130,108); }
td.TdClassName
{
border-color: #8D826C;
}
.TagClassName
{
border-color: #8D826C;
}
</style>