Shades of Granite Green #8B836C
Tints of Granite Green #8B836C
RGB
CMYK
RGB Variations
Color information
#8B836C (or 0x8B836C) is known color: Granite Green. HEX triplet: 8B, 83 and 6C. RGB value is (139,131,108). Sum of RGB (Red+Green+Blue) = 139+131+108=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 139 - color contains mainly: red. Hex color #8B836C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B836C is #747C93. Grayscale: #828282. Windows color (decimal): -7634068 or 7111563. OLE color: 7111563.
HSL color Cylindrical-coordinate representation of color #8B836C: hue angle of 44.52º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8B836C is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 131 | 108 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.45 |
| HSL | 44.52º | 0.13% | 0.48% | - |
| HSV(B) | 44.52º | 0.22% | 0.55% | - |
| XYZ | 21.47 | 22.8 | 17.46 | - |
| YUV | 130.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 131 | 108 | 0 | 0.06 | 0.22 | 0.45 | 44.52 | 0.13 | 0.48 |
| Hex | 8B | 83 | 6C | 0 | 6 | 16 | 2D | 2D | D | 30 |
| Octal | 213 | 203 | 154 | 0 | 6 | 26 | 55 | 55 | 15 | 60 |
| Binary | 10001011 | 10000011 | 1101100 | 0 | 110 | 10110 | 101101 | 101101 | 1101 | 110000 |
Color Harmonies of #8B836C
Complementary color
Monochromatic Colors of #8B836C
Black with #8B836C
Text Example
Text Example
White with #8B836C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B836C; }
p { color: rgb(139,131,108); }
H1.HeaderClassName
{
color: #8B836C;
}
.AnyTagClassName
{
color: #8B836C;
}
</style>
background-color css
<style>
a { background-color: #8B836C; }
a { background-color: rgb(139,131,108); }
div.DivClassName
{
background-color: #8B836C;
}
.BgClassName
{
background-color: #8B836C;
}
</style>
border-color css
<style>
span { border-color: #8B836C; }
span { border-color: rgb(139,131,108); }
td.TdClassName
{
border-color: #8B836C;
}
.TagClassName
{
border-color: #8B836C;
}
</style>