Shades of Granite Green #8D835E
Tints of Granite Green #8D835E
RGB
CMYK
RGB Variations
Color information
#8D835E (or 0x8D835E) is known color: Granite Green. HEX triplet: 8D, 83 and 5E. RGB value is (141,131,94). Sum of RGB (Red+Green+Blue) = 141+131+94=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 141 - color contains mainly: red. Hex color #8D835E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D835E is #727CA1. Grayscale: #818181. Windows color (decimal): -7503010 or 6194061. OLE color: 6194061.
HSL color Cylindrical-coordinate representation of color #8D835E: hue angle of 47.23º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D835E is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 131 | 94 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.45 |
| HSL | 47.23º | 0.2% | 0.46% | - |
| HSV(B) | 47.23º | 0.33% | 0.55% | - |
| XYZ | 21.12 | 22.7 | 13.86 | - |
| YUV | 129.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 94 | 0 | 0.07 | 0.33 | 0.45 | 47.23 | 0.2 | 0.46 |
| Hex | 8D | 83 | 5E | 0 | 7 | 21 | 2D | 2F | 14 | 2E |
| Octal | 215 | 203 | 136 | 0 | 7 | 41 | 55 | 57 | 24 | 56 |
| Binary | 10001101 | 10000011 | 1011110 | 0 | 111 | 100001 | 101101 | 101111 | 10100 | 101110 |
Color Harmonies of #8D835E
Complementary color
Monochromatic Colors of #8D835E
Black with #8D835E
Text Example
Text Example
White with #8D835E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D835E; }
p { color: rgb(141,131,94); }
H1.HeaderClassName
{
color: #8D835E;
}
.AnyTagClassName
{
color: #8D835E;
}
</style>
background-color css
<style>
a { background-color: #8D835E; }
a { background-color: rgb(141,131,94); }
div.DivClassName
{
background-color: #8D835E;
}
.BgClassName
{
background-color: #8D835E;
}
</style>
border-color css
<style>
span { border-color: #8D835E; }
span { border-color: rgb(141,131,94); }
td.TdClassName
{
border-color: #8D835E;
}
.TagClassName
{
border-color: #8D835E;
}
</style>