Shades of Granite Green #8D836E
Tints of Granite Green #8D836E
RGB
CMYK
RGB Variations
Color information
#8D836E (or 0x8D836E) is known color: Granite Green. HEX triplet: 8D, 83 and 6E. RGB value is (141,131,110). Sum of RGB (Red+Green+Blue) = 141+131+110=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 141 - color contains mainly: red. Hex color #8D836E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D836E is #727C91. Grayscale: #838383. Windows color (decimal): -7502994 or 7242637. OLE color: 7242637.
HSL color Cylindrical-coordinate representation of color #8D836E: hue angle of 40.65º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8D836E is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 131 | 110 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.45 |
| HSL | 40.65º | 0.12% | 0.49% | - |
| HSV(B) | 40.65º | 0.22% | 0.55% | - |
| XYZ | 21.92 | 23.02 | 18.04 | - |
| YUV | 131.6 | 115.81 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 110 | 0 | 0.07 | 0.22 | 0.45 | 40.65 | 0.12 | 0.49 |
| Hex | 8D | 83 | 6E | 0 | 7 | 16 | 2D | 29 | C | 31 |
| Octal | 215 | 203 | 156 | 0 | 7 | 26 | 55 | 51 | 14 | 61 |
| Binary | 10001101 | 10000011 | 1101110 | 0 | 111 | 10110 | 101101 | 101001 | 1100 | 110001 |
Color Harmonies of #8D836E
Complementary color
Monochromatic Colors of #8D836E
Black with #8D836E
Text Example
Text Example
White with #8D836E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D836E; }
p { color: rgb(141,131,110); }
H1.HeaderClassName
{
color: #8D836E;
}
.AnyTagClassName
{
color: #8D836E;
}
</style>
background-color css
<style>
a { background-color: #8D836E; }
a { background-color: rgb(141,131,110); }
div.DivClassName
{
background-color: #8D836E;
}
.BgClassName
{
background-color: #8D836E;
}
</style>
border-color css
<style>
span { border-color: #8D836E; }
span { border-color: rgb(141,131,110); }
td.TdClassName
{
border-color: #8D836E;
}
.TagClassName
{
border-color: #8D836E;
}
</style>