Shades of Granite Green #8F875D
Tints of Granite Green #8F875D
RGB
CMYK
RGB Variations
Color information
#8F875D (or 0x8F875D) is known color: Granite Green. HEX triplet: 8F, 87 and 5D. RGB value is (143,135,93). Sum of RGB (Red+Green+Blue) = 143+135+93=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 143 - color contains mainly: red. Hex color #8F875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F875D is #7078A2. Grayscale: #848484. Windows color (decimal): -7370915 or 6129551. OLE color: 6129551.
HSL color Cylindrical-coordinate representation of color #8F875D: hue angle of 50.4º 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 #8F875D is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 135 | 93 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.44 |
| HSL | 50.4º | 0.21% | 0.46% | - |
| HSV(B) | 50.4º | 0.35% | 0.56% | - |
| XYZ | 21.97 | 23.96 | 13.82 | - |
| YUV | 132.6 | 105.65 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 135 | 93 | 0 | 0.06 | 0.35 | 0.44 | 50.4 | 0.21 | 0.46 |
| Hex | 8F | 87 | 5D | 0 | 6 | 23 | 2C | 32 | 15 | 2E |
| Octal | 217 | 207 | 135 | 0 | 6 | 43 | 54 | 62 | 25 | 56 |
| Binary | 10001111 | 10000111 | 1011101 | 0 | 110 | 100011 | 101100 | 110010 | 10101 | 101110 |
Color Harmonies of #8F875D
Complementary color
Monochromatic Colors of #8F875D
Black with #8F875D
Text Example
Text Example
White with #8F875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F875D; }
p { color: rgb(143,135,93); }
H1.HeaderClassName
{
color: #8F875D;
}
.AnyTagClassName
{
color: #8F875D;
}
</style>
background-color css
<style>
a { background-color: #8F875D; }
a { background-color: rgb(143,135,93); }
div.DivClassName
{
background-color: #8F875D;
}
.BgClassName
{
background-color: #8F875D;
}
</style>
border-color css
<style>
span { border-color: #8F875D; }
span { border-color: rgb(143,135,93); }
td.TdClassName
{
border-color: #8F875D;
}
.TagClassName
{
border-color: #8F875D;
}
</style>