Shades of Granite Green #88836D
Tints of Granite Green #88836D
RGB
CMYK
RGB Variations
Color information
#88836D (or 0x88836D) is known color: Granite Green. HEX triplet: 88, 83 and 6D. RGB value is (136,131,109). Sum of RGB (Red+Green+Blue) = 136+131+109=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 136 - color contains mainly: red. Hex color #88836D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88836D is #777C92. Grayscale: #828282. Windows color (decimal): -7830675 or 7177096. OLE color: 7177096.
HSL color Cylindrical-coordinate representation of color #88836D: hue angle of 48.89º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #88836D is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 131 | 109 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.47 |
| HSL | 48.89º | 0.11% | 0.48% | - |
| HSV(B) | 48.89º | 0.2% | 0.53% | - |
| XYZ | 21.03 | 22.57 | 17.72 | - |
| YUV | 129.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 131 | 109 | 0 | 0.04 | 0.20 | 0.47 | 48.89 | 0.11 | 0.48 |
| Hex | 88 | 83 | 6D | 0 | 4 | 14 | 2F | 31 | B | 30 |
| Octal | 210 | 203 | 155 | 0 | 4 | 24 | 57 | 61 | 13 | 60 |
| Binary | 10001000 | 10000011 | 1101101 | 0 | 100 | 10100 | 101111 | 110001 | 1011 | 110000 |
Color Harmonies of #88836D
Complementary color
Monochromatic Colors of #88836D
Black with #88836D
Text Example
Text Example
White with #88836D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88836D; }
p { color: rgb(136,131,109); }
H1.HeaderClassName
{
color: #88836D;
}
.AnyTagClassName
{
color: #88836D;
}
</style>
background-color css
<style>
a { background-color: #88836D; }
a { background-color: rgb(136,131,109); }
div.DivClassName
{
background-color: #88836D;
}
.BgClassName
{
background-color: #88836D;
}
</style>
border-color css
<style>
span { border-color: #88836D; }
span { border-color: rgb(136,131,109); }
td.TdClassName
{
border-color: #88836D;
}
.TagClassName
{
border-color: #88836D;
}
</style>