Shades of Granite Green #8D836C
Tints of Granite Green #8D836C
RGB
CMYK
RGB Variations
Color information
#8D836C (or 0x8D836C) is known color: Granite Green. HEX triplet: 8D, 83 and 6C. RGB value is (141,131,108). Sum of RGB (Red+Green+Blue) = 141+131+108=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 141 - color contains mainly: red. Hex color #8D836C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D836C is #727C93. Grayscale: #838383. Windows color (decimal): -7502996 or 7111565. OLE color: 7111565.
HSL color Cylindrical-coordinate representation of color #8D836C: hue angle of 41.82º 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 #8D836C is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 131 | 108 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.45 |
| HSL | 41.82º | 0.13% | 0.49% | - |
| HSV(B) | 41.82º | 0.23% | 0.55% | - |
| XYZ | 21.81 | 22.98 | 17.47 | - |
| YUV | 131.37 | 114.81 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 108 | 0 | 0.07 | 0.23 | 0.45 | 41.82 | 0.13 | 0.49 |
| Hex | 8D | 83 | 6C | 0 | 7 | 17 | 2D | 2A | D | 31 |
| Octal | 215 | 203 | 154 | 0 | 7 | 27 | 55 | 52 | 15 | 61 |
| Binary | 10001101 | 10000011 | 1101100 | 0 | 111 | 10111 | 101101 | 101010 | 1101 | 110001 |
Color Harmonies of #8D836C
Complementary color
Monochromatic Colors of #8D836C
Black with #8D836C
Text Example
Text Example
White with #8D836C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D836C; }
p { color: rgb(141,131,108); }
H1.HeaderClassName
{
color: #8D836C;
}
.AnyTagClassName
{
color: #8D836C;
}
</style>
background-color css
<style>
a { background-color: #8D836C; }
a { background-color: rgb(141,131,108); }
div.DivClassName
{
background-color: #8D836C;
}
.BgClassName
{
background-color: #8D836C;
}
</style>
border-color css
<style>
span { border-color: #8D836C; }
span { border-color: rgb(141,131,108); }
td.TdClassName
{
border-color: #8D836C;
}
.TagClassName
{
border-color: #8D836C;
}
</style>