Shades of Granite Green #8B806B
Tints of Granite Green #8B806B
RGB
CMYK
RGB Variations
Color information
#8B806B (or 0x8B806B) is known color: Granite Green. HEX triplet: 8B, 80 and 6B. RGB value is (139,128,107). Sum of RGB (Red+Green+Blue) = 139+128+107=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 139 - color contains mainly: red. Hex color #8B806B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B806B is #747F94. Grayscale: #808080. Windows color (decimal): -7634837 or 7045259. OLE color: 7045259.
HSL color Cylindrical-coordinate representation of color #8B806B: hue angle of 39.38º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8B806B is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 128 | 107 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.45 |
| HSL | 39.38º | 0.13% | 0.48% | - |
| HSV(B) | 39.38º | 0.23% | 0.55% | - |
| XYZ | 21.02 | 21.99 | 17.05 | - |
| YUV | 128.9 | 115.64 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 128 | 107 | 0 | 0.08 | 0.23 | 0.45 | 39.38 | 0.13 | 0.48 |
| Hex | 8B | 80 | 6B | 0 | 8 | 17 | 2D | 27 | D | 30 |
| Octal | 213 | 200 | 153 | 0 | 10 | 27 | 55 | 47 | 15 | 60 |
| Binary | 10001011 | 10000000 | 1101011 | 0 | 1000 | 10111 | 101101 | 100111 | 1101 | 110000 |
Color Harmonies of #8B806B
Complementary color
Monochromatic Colors of #8B806B
Black with #8B806B
Text Example
Text Example
White with #8B806B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B806B; }
p { color: rgb(139,128,107); }
H1.HeaderClassName
{
color: #8B806B;
}
.AnyTagClassName
{
color: #8B806B;
}
</style>
background-color css
<style>
a { background-color: #8B806B; }
a { background-color: rgb(139,128,107); }
div.DivClassName
{
background-color: #8B806B;
}
.BgClassName
{
background-color: #8B806B;
}
</style>
border-color css
<style>
span { border-color: #8B806B; }
span { border-color: rgb(139,128,107); }
td.TdClassName
{
border-color: #8B806B;
}
.TagClassName
{
border-color: #8B806B;
}
</style>