Shades of Granite Green #8F8168
Tints of Granite Green #8F8168
RGB
CMYK
RGB Variations
Color information
#8F8168 (or 0x8F8168) is known color: Granite Green. HEX triplet: 8F, 81 and 68. RGB value is (143,129,104). Sum of RGB (Red+Green+Blue) = 143+129+104=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8168 is #707E97. Grayscale: #828282. Windows color (decimal): -7372440 or 6848911. OLE color: 6848911.
HSL color Cylindrical-coordinate representation of color #8F8168: hue angle of 38.46º 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 #8F8168 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 129 | 104 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.44 |
| HSL | 38.46º | 0.16% | 0.48% | - |
| HSV(B) | 38.46º | 0.27% | 0.56% | - |
| XYZ | 21.68 | 22.54 | 16.3 | - |
| YUV | 130.34 | 113.14 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 129 | 104 | 0 | 0.10 | 0.27 | 0.44 | 38.46 | 0.16 | 0.48 |
| Hex | 8F | 81 | 68 | 0 | A | 1B | 2C | 26 | 10 | 30 |
| Octal | 217 | 201 | 150 | 0 | 12 | 33 | 54 | 46 | 20 | 60 |
| Binary | 10001111 | 10000001 | 1101000 | 0 | 1010 | 11011 | 101100 | 100110 | 10000 | 110000 |
Color Harmonies of #8F8168
Complementary color
Monochromatic Colors of #8F8168
Black with #8F8168
Text Example
Text Example
White with #8F8168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8168; }
p { color: rgb(143,129,104); }
H1.HeaderClassName
{
color: #8F8168;
}
.AnyTagClassName
{
color: #8F8168;
}
</style>
background-color css
<style>
a { background-color: #8F8168; }
a { background-color: rgb(143,129,104); }
div.DivClassName
{
background-color: #8F8168;
}
.BgClassName
{
background-color: #8F8168;
}
</style>
border-color css
<style>
span { border-color: #8F8168; }
span { border-color: rgb(143,129,104); }
td.TdClassName
{
border-color: #8F8168;
}
.TagClassName
{
border-color: #8F8168;
}
</style>