Shades of Granite Green #8F8364
Tints of Granite Green #8F8364
RGB
CMYK
RGB Variations
Color information
#8F8364 (or 0x8F8364) is known color: Granite Green. HEX triplet: 8F, 83 and 64. RGB value is (143,131,100). Sum of RGB (Red+Green+Blue) = 143+131+100=374 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.24% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8364 is #707C9B. Grayscale: #838383. Windows color (decimal): -7371932 or 6587279. OLE color: 6587279.
HSL color Cylindrical-coordinate representation of color #8F8364: hue angle of 43.26º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F8364 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 131 | 100 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.44 |
| HSL | 43.26º | 0.18% | 0.48% | - |
| HSV(B) | 43.26º | 0.3% | 0.56% | - |
| XYZ | 21.74 | 22.99 | 15.35 | - |
| YUV | 131.05 | 110.48 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 131 | 100 | 0 | 0.08 | 0.30 | 0.44 | 43.26 | 0.18 | 0.48 |
| Hex | 8F | 83 | 64 | 0 | 8 | 1E | 2C | 2B | 12 | 30 |
| Octal | 217 | 203 | 144 | 0 | 10 | 36 | 54 | 53 | 22 | 60 |
| Binary | 10001111 | 10000011 | 1100100 | 0 | 1000 | 11110 | 101100 | 101011 | 10010 | 110000 |
Color Harmonies of #8F8364
Complementary color
Monochromatic Colors of #8F8364
Black with #8F8364
Text Example
Text Example
White with #8F8364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8364; }
p { color: rgb(143,131,100); }
H1.HeaderClassName
{
color: #8F8364;
}
.AnyTagClassName
{
color: #8F8364;
}
</style>
background-color css
<style>
a { background-color: #8F8364; }
a { background-color: rgb(143,131,100); }
div.DivClassName
{
background-color: #8F8364;
}
.BgClassName
{
background-color: #8F8364;
}
</style>
border-color css
<style>
span { border-color: #8F8364; }
span { border-color: rgb(143,131,100); }
td.TdClassName
{
border-color: #8F8364;
}
.TagClassName
{
border-color: #8F8364;
}
</style>