Shades of Granite Green #8B8266
Tints of Granite Green #8B8266
RGB
CMYK
RGB Variations
Color information
#8B8266 (or 0x8B8266) is known color: Granite Green. HEX triplet: 8B, 82 and 66. RGB value is (139,130,102). Sum of RGB (Red+Green+Blue) = 139+130+102=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8266 is #747D99. Grayscale: #818181. Windows color (decimal): -7634330 or 6718091. OLE color: 6718091.
HSL color Cylindrical-coordinate representation of color #8B8266: hue angle of 45.41º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B8266 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 130 | 102 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.45 |
| HSL | 45.41º | 0.15% | 0.47% | - |
| HSV(B) | 45.41º | 0.27% | 0.55% | - |
| XYZ | 21.03 | 22.41 | 15.79 | - |
| YUV | 129.5 | 112.48 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 130 | 102 | 0 | 0.06 | 0.27 | 0.45 | 45.41 | 0.15 | 0.47 |
| Hex | 8B | 82 | 66 | 0 | 6 | 1B | 2D | 2D | F | 2F |
| Octal | 213 | 202 | 146 | 0 | 6 | 33 | 55 | 55 | 17 | 57 |
| Binary | 10001011 | 10000010 | 1100110 | 0 | 110 | 11011 | 101101 | 101101 | 1111 | 101111 |
Color Harmonies of #8B8266
Complementary color
Monochromatic Colors of #8B8266
Black with #8B8266
Text Example
Text Example
White with #8B8266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8266; }
p { color: rgb(139,130,102); }
H1.HeaderClassName
{
color: #8B8266;
}
.AnyTagClassName
{
color: #8B8266;
}
</style>
background-color css
<style>
a { background-color: #8B8266; }
a { background-color: rgb(139,130,102); }
div.DivClassName
{
background-color: #8B8266;
}
.BgClassName
{
background-color: #8B8266;
}
</style>
border-color css
<style>
span { border-color: #8B8266; }
span { border-color: rgb(139,130,102); }
td.TdClassName
{
border-color: #8B8266;
}
.TagClassName
{
border-color: #8B8266;
}
</style>