Shades of Granite Green #8D8266
Tints of Granite Green #8D8266
RGB
CMYK
RGB Variations
Color information
#8D8266 (or 0x8D8266) is known color: Granite Green. HEX triplet: 8D, 82 and 66. RGB value is (141,130,102). Sum of RGB (Red+Green+Blue) = 141+130+102=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8266 is #727D99. Grayscale: #828282. Windows color (decimal): -7503258 or 6718093. OLE color: 6718093.
HSL color Cylindrical-coordinate representation of color #8D8266: hue angle of 43.08º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D8266 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 130 | 102 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.45 |
| HSL | 43.08º | 0.16% | 0.48% | - |
| HSV(B) | 43.08º | 0.28% | 0.55% | - |
| XYZ | 21.37 | 22.59 | 15.8 | - |
| YUV | 130.1 | 112.14 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 102 | 0 | 0.08 | 0.28 | 0.45 | 43.08 | 0.16 | 0.48 |
| Hex | 8D | 82 | 66 | 0 | 8 | 1C | 2D | 2B | 10 | 30 |
| Octal | 215 | 202 | 146 | 0 | 10 | 34 | 55 | 53 | 20 | 60 |
| Binary | 10001101 | 10000010 | 1100110 | 0 | 1000 | 11100 | 101101 | 101011 | 10000 | 110000 |
Color Harmonies of #8D8266
Complementary color
Monochromatic Colors of #8D8266
Black with #8D8266
Text Example
Text Example
White with #8D8266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8266; }
p { color: rgb(141,130,102); }
H1.HeaderClassName
{
color: #8D8266;
}
.AnyTagClassName
{
color: #8D8266;
}
</style>
background-color css
<style>
a { background-color: #8D8266; }
a { background-color: rgb(141,130,102); }
div.DivClassName
{
background-color: #8D8266;
}
.BgClassName
{
background-color: #8D8266;
}
</style>
border-color css
<style>
span { border-color: #8D8266; }
span { border-color: rgb(141,130,102); }
td.TdClassName
{
border-color: #8D8266;
}
.TagClassName
{
border-color: #8D8266;
}
</style>