Shades of Granite Green #8F855D
Tints of Granite Green #8F855D
RGB
CMYK
RGB Variations
Color information
#8F855D (or 0x8F855D) is known color: Granite Green. HEX triplet: 8F, 85 and 5D. RGB value is (143,133,93). Sum of RGB (Red+Green+Blue) = 143+133+93=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 143 - color contains mainly: red. Hex color #8F855D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F855D is #707AA2. Grayscale: #838383. Windows color (decimal): -7371427 or 6129039. OLE color: 6129039.
HSL color Cylindrical-coordinate representation of color #8F855D: hue angle of 48º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F855D is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 133 | 93 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.44 |
| HSL | 48º | 0.21% | 0.46% | - |
| HSV(B) | 48º | 0.35% | 0.56% | - |
| XYZ | 21.69 | 23.41 | 13.73 | - |
| YUV | 131.43 | 106.31 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 93 | 0 | 0.07 | 0.35 | 0.44 | 48 | 0.21 | 0.46 |
| Hex | 8F | 85 | 5D | 0 | 7 | 23 | 2C | 30 | 15 | 2E |
| Octal | 217 | 205 | 135 | 0 | 7 | 43 | 54 | 60 | 25 | 56 |
| Binary | 10001111 | 10000101 | 1011101 | 0 | 111 | 100011 | 101100 | 110000 | 10101 | 101110 |
Color Harmonies of #8F855D
Complementary color
Monochromatic Colors of #8F855D
Black with #8F855D
Text Example
Text Example
White with #8F855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F855D; }
p { color: rgb(143,133,93); }
H1.HeaderClassName
{
color: #8F855D;
}
.AnyTagClassName
{
color: #8F855D;
}
</style>
background-color css
<style>
a { background-color: #8F855D; }
a { background-color: rgb(143,133,93); }
div.DivClassName
{
background-color: #8F855D;
}
.BgClassName
{
background-color: #8F855D;
}
</style>
border-color css
<style>
span { border-color: #8F855D; }
span { border-color: rgb(143,133,93); }
td.TdClassName
{
border-color: #8F855D;
}
.TagClassName
{
border-color: #8F855D;
}
</style>