Shades of Granite Green #8F8760
Tints of Granite Green #8F8760
RGB
CMYK
RGB Variations
Color information
#8F8760 (or 0x8F8760) is known color: Granite Green. HEX triplet: 8F, 87 and 60. RGB value is (143,135,96). Sum of RGB (Red+Green+Blue) = 143+135+96=374 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.24% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8760 is #70789F. Grayscale: #858585. Windows color (decimal): -7370912 or 6326159. OLE color: 6326159.
HSL color Cylindrical-coordinate representation of color #8F8760: hue angle of 49.79º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F8760 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 135 | 96 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.44 |
| HSL | 49.79º | 0.2% | 0.47% | - |
| HSV(B) | 49.79º | 0.33% | 0.56% | - |
| XYZ | 22.1 | 24.01 | 14.54 | - |
| YUV | 132.95 | 107.15 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 135 | 96 | 0 | 0.06 | 0.33 | 0.44 | 49.79 | 0.2 | 0.47 |
| Hex | 8F | 87 | 60 | 0 | 6 | 21 | 2C | 32 | 14 | 2F |
| Octal | 217 | 207 | 140 | 0 | 6 | 41 | 54 | 62 | 24 | 57 |
| Binary | 10001111 | 10000111 | 1100000 | 0 | 110 | 100001 | 101100 | 110010 | 10100 | 101111 |
Color Harmonies of #8F8760
Complementary color
Monochromatic Colors of #8F8760
Black with #8F8760
Text Example
Text Example
White with #8F8760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8760; }
p { color: rgb(143,135,96); }
H1.HeaderClassName
{
color: #8F8760;
}
.AnyTagClassName
{
color: #8F8760;
}
</style>
background-color css
<style>
a { background-color: #8F8760; }
a { background-color: rgb(143,135,96); }
div.DivClassName
{
background-color: #8F8760;
}
.BgClassName
{
background-color: #8F8760;
}
</style>
border-color css
<style>
span { border-color: #8F8760; }
span { border-color: rgb(143,135,96); }
td.TdClassName
{
border-color: #8F8760;
}
.TagClassName
{
border-color: #8F8760;
}
</style>