Shades of Granite Green #8D8364
Tints of Granite Green #8D8364
RGB
CMYK
RGB Variations
Color information
#8D8364 (or 0x8D8364) is known color: Granite Green. HEX triplet: 8D, 83 and 64. RGB value is (141,131,100). Sum of RGB (Red+Green+Blue) = 141+131+100=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8364 is #727C9B. Grayscale: #828282. Windows color (decimal): -7503004 or 6587277. OLE color: 6587277.
HSL color Cylindrical-coordinate representation of color #8D8364: hue angle of 45.37º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8D8364 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 131 | 100 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.45 |
| HSL | 45.37º | 0.17% | 0.47% | - |
| HSV(B) | 45.37º | 0.29% | 0.55% | - |
| XYZ | 21.4 | 22.82 | 15.33 | - |
| YUV | 130.46 | 110.81 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 100 | 0 | 0.07 | 0.29 | 0.45 | 45.37 | 0.17 | 0.47 |
| Hex | 8D | 83 | 64 | 0 | 7 | 1D | 2D | 2D | 11 | 2F |
| Octal | 215 | 203 | 144 | 0 | 7 | 35 | 55 | 55 | 21 | 57 |
| Binary | 10001101 | 10000011 | 1100100 | 0 | 111 | 11101 | 101101 | 101101 | 10001 | 101111 |
Color Harmonies of #8D8364
Complementary color
Monochromatic Colors of #8D8364
Black with #8D8364
Text Example
Text Example
White with #8D8364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8364; }
p { color: rgb(141,131,100); }
H1.HeaderClassName
{
color: #8D8364;
}
.AnyTagClassName
{
color: #8D8364;
}
</style>
background-color css
<style>
a { background-color: #8D8364; }
a { background-color: rgb(141,131,100); }
div.DivClassName
{
background-color: #8D8364;
}
.BgClassName
{
background-color: #8D8364;
}
</style>
border-color css
<style>
span { border-color: #8D8364; }
span { border-color: rgb(141,131,100); }
td.TdClassName
{
border-color: #8D8364;
}
.TagClassName
{
border-color: #8D8364;
}
</style>