Shades of Granite Green #8F8165
Tints of Granite Green #8F8165
RGB
CMYK
RGB Variations
Color information
#8F8165 (or 0x8F8165) is known color: Granite Green. HEX triplet: 8F, 81 and 65. RGB value is (143,129,101). Sum of RGB (Red+Green+Blue) = 143+129+101=373 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.34% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8165 is #707E9A. Grayscale: #828282. Windows color (decimal): -7372443 or 6652303. OLE color: 6652303.
HSL color Cylindrical-coordinate representation of color #8F8165: hue angle of 40º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F8165 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 129 | 101 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.44 |
| HSL | 40º | 0.17% | 0.48% | - |
| HSV(B) | 40º | 0.29% | 0.56% | - |
| XYZ | 21.53 | 22.48 | 15.52 | - |
| YUV | 129.99 | 111.64 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 129 | 101 | 0 | 0.10 | 0.29 | 0.44 | 40 | 0.17 | 0.48 |
| Hex | 8F | 81 | 65 | 0 | A | 1D | 2C | 28 | 11 | 30 |
| Octal | 217 | 201 | 145 | 0 | 12 | 35 | 54 | 50 | 21 | 60 |
| Binary | 10001111 | 10000001 | 1100101 | 0 | 1010 | 11101 | 101100 | 101000 | 10001 | 110000 |
Color Harmonies of #8F8165
Complementary color
Monochromatic Colors of #8F8165
Black with #8F8165
Text Example
Text Example
White with #8F8165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8165; }
p { color: rgb(143,129,101); }
H1.HeaderClassName
{
color: #8F8165;
}
.AnyTagClassName
{
color: #8F8165;
}
</style>
background-color css
<style>
a { background-color: #8F8165; }
a { background-color: rgb(143,129,101); }
div.DivClassName
{
background-color: #8F8165;
}
.BgClassName
{
background-color: #8F8165;
}
</style>
border-color css
<style>
span { border-color: #8F8165; }
span { border-color: rgb(143,129,101); }
td.TdClassName
{
border-color: #8F8165;
}
.TagClassName
{
border-color: #8F8165;
}
</style>