Shades of Granite Green #8B806A
Tints of Granite Green #8B806A
RGB
CMYK
RGB Variations
Color information
#8B806A (or 0x8B806A) is known color: Granite Green. HEX triplet: 8B, 80 and 6A. RGB value is (139,128,106). Sum of RGB (Red+Green+Blue) = 139+128+106=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 139 - color contains mainly: red. Hex color #8B806A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B806A is #747F95. Grayscale: #808080. Windows color (decimal): -7634838 or 6979723. OLE color: 6979723.
HSL color Cylindrical-coordinate representation of color #8B806A: hue angle of 40º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8B806A is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 128 | 106 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.45 |
| HSL | 40º | 0.13% | 0.48% | - |
| HSV(B) | 40º | 0.24% | 0.55% | - |
| XYZ | 20.97 | 21.97 | 16.77 | - |
| YUV | 128.78 | 115.14 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 128 | 106 | 0 | 0.08 | 0.24 | 0.45 | 40 | 0.13 | 0.48 |
| Hex | 8B | 80 | 6A | 0 | 8 | 18 | 2D | 28 | D | 30 |
| Octal | 213 | 200 | 152 | 0 | 10 | 30 | 55 | 50 | 15 | 60 |
| Binary | 10001011 | 10000000 | 1101010 | 0 | 1000 | 11000 | 101101 | 101000 | 1101 | 110000 |
Color Harmonies of #8B806A
Complementary color
Monochromatic Colors of #8B806A
Black with #8B806A
Text Example
Text Example
White with #8B806A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B806A; }
p { color: rgb(139,128,106); }
H1.HeaderClassName
{
color: #8B806A;
}
.AnyTagClassName
{
color: #8B806A;
}
</style>
background-color css
<style>
a { background-color: #8B806A; }
a { background-color: rgb(139,128,106); }
div.DivClassName
{
background-color: #8B806A;
}
.BgClassName
{
background-color: #8B806A;
}
</style>
border-color css
<style>
span { border-color: #8B806A; }
span { border-color: rgb(139,128,106); }
td.TdClassName
{
border-color: #8B806A;
}
.TagClassName
{
border-color: #8B806A;
}
</style>