Shades of Granite Green #8B8466
Tints of Granite Green #8B8466
RGB
CMYK
RGB Variations
Color information
#8B8466 (or 0x8B8466) is known color: Granite Green. HEX triplet: 8B, 84 and 66. RGB value is (139,132,102). Sum of RGB (Red+Green+Blue) = 139+132+102=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8466 is #747B99. Grayscale: #828282. Windows color (decimal): -7633818 or 6718603. OLE color: 6718603.
HSL color Cylindrical-coordinate representation of color #8B8466: hue angle of 48.65º 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 #8B8466 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 132 | 102 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.45 |
| HSL | 48.65º | 0.15% | 0.47% | - |
| HSV(B) | 48.65º | 0.27% | 0.55% | - |
| XYZ | 21.3 | 22.95 | 15.88 | - |
| YUV | 130.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 132 | 102 | 0 | 0.05 | 0.27 | 0.45 | 48.65 | 0.15 | 0.47 |
| Hex | 8B | 84 | 66 | 0 | 5 | 1B | 2D | 31 | F | 2F |
| Octal | 213 | 204 | 146 | 0 | 5 | 33 | 55 | 61 | 17 | 57 |
| Binary | 10001011 | 10000100 | 1100110 | 0 | 101 | 11011 | 101101 | 110001 | 1111 | 101111 |
Color Harmonies of #8B8466
Complementary color
Monochromatic Colors of #8B8466
Black with #8B8466
Text Example
Text Example
White with #8B8466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8466; }
p { color: rgb(139,132,102); }
H1.HeaderClassName
{
color: #8B8466;
}
.AnyTagClassName
{
color: #8B8466;
}
</style>
background-color css
<style>
a { background-color: #8B8466; }
a { background-color: rgb(139,132,102); }
div.DivClassName
{
background-color: #8B8466;
}
.BgClassName
{
background-color: #8B8466;
}
</style>
border-color css
<style>
span { border-color: #8B8466; }
span { border-color: rgb(139,132,102); }
td.TdClassName
{
border-color: #8B8466;
}
.TagClassName
{
border-color: #8B8466;
}
</style>