Shades of Granite Green #8F825E
Tints of Granite Green #8F825E
RGB
CMYK
RGB Variations
Color information
#8F825E (or 0x8F825E) is known color: Granite Green. HEX triplet: 8F, 82 and 5E. RGB value is (143,130,94). Sum of RGB (Red+Green+Blue) = 143+130+94=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 143 - color contains mainly: red. Hex color #8F825E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F825E is #707DA1. Grayscale: #818181. Windows color (decimal): -7372194 or 6193807. OLE color: 6193807.
HSL color Cylindrical-coordinate representation of color #8F825E: hue angle of 44.08º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F825E is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 130 | 94 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.44 |
| HSL | 44.08º | 0.21% | 0.46% | - |
| HSV(B) | 44.08º | 0.34% | 0.56% | - |
| XYZ | 21.33 | 22.61 | 13.83 | - |
| YUV | 129.78 | 107.81 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 130 | 94 | 0 | 0.09 | 0.34 | 0.44 | 44.08 | 0.21 | 0.46 |
| Hex | 8F | 82 | 5E | 0 | 9 | 22 | 2C | 2C | 15 | 2E |
| Octal | 217 | 202 | 136 | 0 | 11 | 42 | 54 | 54 | 25 | 56 |
| Binary | 10001111 | 10000010 | 1011110 | 0 | 1001 | 100010 | 101100 | 101100 | 10101 | 101110 |
Color Harmonies of #8F825E
Complementary color
Monochromatic Colors of #8F825E
Black with #8F825E
Text Example
Text Example
White with #8F825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F825E; }
p { color: rgb(143,130,94); }
H1.HeaderClassName
{
color: #8F825E;
}
.AnyTagClassName
{
color: #8F825E;
}
</style>
background-color css
<style>
a { background-color: #8F825E; }
a { background-color: rgb(143,130,94); }
div.DivClassName
{
background-color: #8F825E;
}
.BgClassName
{
background-color: #8F825E;
}
</style>
border-color css
<style>
span { border-color: #8F825E; }
span { border-color: rgb(143,130,94); }
td.TdClassName
{
border-color: #8F825E;
}
.TagClassName
{
border-color: #8F825E;
}
</style>