Shades of Granite Green #8D825F
Tints of Granite Green #8D825F
RGB
CMYK
RGB Variations
Color information
#8D825F (or 0x8D825F) is known color: Granite Green. HEX triplet: 8D, 82 and 5F. RGB value is (141,130,95). Sum of RGB (Red+Green+Blue) = 141+130+95=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 141 - color contains mainly: red. Hex color #8D825F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D825F is #727DA0. Grayscale: #818181. Windows color (decimal): -7503265 or 6259341. OLE color: 6259341.
HSL color Cylindrical-coordinate representation of color #8D825F: hue angle of 45.65º 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 #8D825F is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 130 | 95 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.45 |
| HSL | 45.65º | 0.19% | 0.46% | - |
| HSV(B) | 45.65º | 0.33% | 0.55% | - |
| XYZ | 21.03 | 22.45 | 14.05 | - |
| YUV | 129.3 | 108.64 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 95 | 0 | 0.08 | 0.33 | 0.45 | 45.65 | 0.19 | 0.46 |
| Hex | 8D | 82 | 5F | 0 | 8 | 21 | 2D | 2E | 13 | 2E |
| Octal | 215 | 202 | 137 | 0 | 10 | 41 | 55 | 56 | 23 | 56 |
| Binary | 10001101 | 10000010 | 1011111 | 0 | 1000 | 100001 | 101101 | 101110 | 10011 | 101110 |
Color Harmonies of #8D825F
Complementary color
Monochromatic Colors of #8D825F
Black with #8D825F
Text Example
Text Example
White with #8D825F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D825F; }
p { color: rgb(141,130,95); }
H1.HeaderClassName
{
color: #8D825F;
}
.AnyTagClassName
{
color: #8D825F;
}
</style>
background-color css
<style>
a { background-color: #8D825F; }
a { background-color: rgb(141,130,95); }
div.DivClassName
{
background-color: #8D825F;
}
.BgClassName
{
background-color: #8D825F;
}
</style>
border-color css
<style>
span { border-color: #8D825F; }
span { border-color: rgb(141,130,95); }
td.TdClassName
{
border-color: #8D825F;
}
.TagClassName
{
border-color: #8D825F;
}
</style>