Shades of Granite Green #8F8468
Tints of Granite Green #8F8468
RGB
CMYK
RGB Variations
Color information
#8F8468 (or 0x8F8468) is known color: Granite Green. HEX triplet: 8F, 84 and 68. RGB value is (143,132,104). Sum of RGB (Red+Green+Blue) = 143+132+104=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8468 is #707B97. Grayscale: #848484. Windows color (decimal): -7371672 or 6849679. OLE color: 6849679.
HSL color Cylindrical-coordinate representation of color #8F8468: hue angle of 43.08º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F8468 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 132 | 104 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.44 |
| HSL | 43.08º | 0.16% | 0.48% | - |
| HSV(B) | 43.08º | 0.27% | 0.56% | - |
| XYZ | 22.08 | 23.34 | 16.44 | - |
| YUV | 132.1 | 112.14 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 132 | 104 | 0 | 0.08 | 0.27 | 0.44 | 43.08 | 0.16 | 0.48 |
| Hex | 8F | 84 | 68 | 0 | 8 | 1B | 2C | 2B | 10 | 30 |
| Octal | 217 | 204 | 150 | 0 | 10 | 33 | 54 | 53 | 20 | 60 |
| Binary | 10001111 | 10000100 | 1101000 | 0 | 1000 | 11011 | 101100 | 101011 | 10000 | 110000 |
Color Harmonies of #8F8468
Complementary color
Monochromatic Colors of #8F8468
Black with #8F8468
Text Example
Text Example
White with #8F8468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8468; }
p { color: rgb(143,132,104); }
H1.HeaderClassName
{
color: #8F8468;
}
.AnyTagClassName
{
color: #8F8468;
}
</style>
background-color css
<style>
a { background-color: #8F8468; }
a { background-color: rgb(143,132,104); }
div.DivClassName
{
background-color: #8F8468;
}
.BgClassName
{
background-color: #8F8468;
}
</style>
border-color css
<style>
span { border-color: #8F8468; }
span { border-color: rgb(143,132,104); }
td.TdClassName
{
border-color: #8F8468;
}
.TagClassName
{
border-color: #8F8468;
}
</style>