Shades of Granite Green #8D815F
Tints of Granite Green #8D815F
RGB
CMYK
RGB Variations
Color information
#8D815F (or 0x8D815F) is known color: Granite Green. HEX triplet: 8D, 81 and 5F. RGB value is (141,129,95). Sum of RGB (Red+Green+Blue) = 141+129+95=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 141 - color contains mainly: red. Hex color #8D815F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D815F is #727EA0. Grayscale: #808080. Windows color (decimal): -7503521 or 6259085. OLE color: 6259085.
HSL color Cylindrical-coordinate representation of color #8D815F: hue angle of 44.35º degrees, saturation: 0.19, 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 #8D815F is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 129 | 95 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.45 |
| HSL | 44.35º | 0.19% | 0.46% | - |
| HSV(B) | 44.35º | 0.33% | 0.55% | - |
| XYZ | 20.9 | 22.19 | 14.01 | - |
| YUV | 128.71 | 108.98 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 129 | 95 | 0 | 0.09 | 0.33 | 0.45 | 44.35 | 0.19 | 0.46 |
| Hex | 8D | 81 | 5F | 0 | 9 | 21 | 2D | 2C | 13 | 2E |
| Octal | 215 | 201 | 137 | 0 | 11 | 41 | 55 | 54 | 23 | 56 |
| Binary | 10001101 | 10000001 | 1011111 | 0 | 1001 | 100001 | 101101 | 101100 | 10011 | 101110 |
Color Harmonies of #8D815F
Complementary color
Monochromatic Colors of #8D815F
Black with #8D815F
Text Example
Text Example
White with #8D815F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D815F; }
p { color: rgb(141,129,95); }
H1.HeaderClassName
{
color: #8D815F;
}
.AnyTagClassName
{
color: #8D815F;
}
</style>
background-color css
<style>
a { background-color: #8D815F; }
a { background-color: rgb(141,129,95); }
div.DivClassName
{
background-color: #8D815F;
}
.BgClassName
{
background-color: #8D815F;
}
</style>
border-color css
<style>
span { border-color: #8D815F; }
span { border-color: rgb(141,129,95); }
td.TdClassName
{
border-color: #8D815F;
}
.TagClassName
{
border-color: #8D815F;
}
</style>