Shades of Granite Green #88826C
Tints of Granite Green #88826C
RGB
CMYK
RGB Variations
Color information
#88826C (or 0x88826C) is known color: Granite Green. HEX triplet: 88, 82 and 6C. RGB value is (136,130,108). Sum of RGB (Red+Green+Blue) = 136+130+108=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 136 - color contains mainly: red. Hex color #88826C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88826C is #777D93. Grayscale: #818181. Windows color (decimal): -7830932 or 7111304. OLE color: 7111304.
HSL color Cylindrical-coordinate representation of color #88826C: hue angle of 47.14º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88826C is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 130 | 108 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.47 |
| HSL | 47.14º | 0.11% | 0.48% | - |
| HSV(B) | 47.14º | 0.21% | 0.53% | - |
| XYZ | 20.84 | 22.28 | 17.39 | - |
| YUV | 129.29 | 115.99 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 130 | 108 | 0 | 0.04 | 0.21 | 0.47 | 47.14 | 0.11 | 0.48 |
| Hex | 88 | 82 | 6C | 0 | 4 | 15 | 2F | 2F | B | 30 |
| Octal | 210 | 202 | 154 | 0 | 4 | 25 | 57 | 57 | 13 | 60 |
| Binary | 10001000 | 10000010 | 1101100 | 0 | 100 | 10101 | 101111 | 101111 | 1011 | 110000 |
Color Harmonies of #88826C
Complementary color
Monochromatic Colors of #88826C
Black with #88826C
Text Example
Text Example
White with #88826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88826C; }
p { color: rgb(136,130,108); }
H1.HeaderClassName
{
color: #88826C;
}
.AnyTagClassName
{
color: #88826C;
}
</style>
background-color css
<style>
a { background-color: #88826C; }
a { background-color: rgb(136,130,108); }
div.DivClassName
{
background-color: #88826C;
}
.BgClassName
{
background-color: #88826C;
}
</style>
border-color css
<style>
span { border-color: #88826C; }
span { border-color: rgb(136,130,108); }
td.TdClassName
{
border-color: #88826C;
}
.TagClassName
{
border-color: #88826C;
}
</style>