Shades of Granny Smith #868A88
Tints of Granny Smith #868A88
RGB
CMYK
RGB Variations
Color information
#868A88 (or 0x868A88) is known color: Granny Smith. HEX triplet: 86, 8A and 88. RGB value is (134,138,136). Sum of RGB (Red+Green+Blue) = 134+138+136=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 138 - color contains mainly: green. Hex color #868A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868A88 is #797577. Grayscale: #888888. Windows color (decimal): -7959928 or 8948358. OLE color: 8948358.
HSL color Cylindrical-coordinate representation of color #868A88: hue angle of 150º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #868A88 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 138 | 136 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.46 |
| HSL | 150º | 0.02% | 0.53% | - |
| HSV(B) | 150º | 0.03% | 0.54% | - |
| XYZ | 23.36 | 25.02 | 26.89 | - |
| YUV | 136.58 | 127.67 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 138 | 136 | 0.03 | 0 | 0.01 | 0.46 | 150 | 0.02 | 0.53 |
| Hex | 86 | 8A | 88 | 3 | 0 | 1 | 2E | 96 | 2 | 35 |
| Octal | 206 | 212 | 210 | 3 | 0 | 1 | 56 | 226 | 2 | 65 |
| Binary | 10000110 | 10001010 | 10001000 | 11 | 0 | 1 | 101110 | 10010110 | 10 | 110101 |
Color Harmonies of #868A88
Complementary color
Monochromatic Colors of #868A88
Black with #868A88
Text Example
Text Example
White with #868A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868A88; }
p { color: rgb(134,138,136); }
H1.HeaderClassName
{
color: #868A88;
}
.AnyTagClassName
{
color: #868A88;
}
</style>
background-color css
<style>
a { background-color: #868A88; }
a { background-color: rgb(134,138,136); }
div.DivClassName
{
background-color: #868A88;
}
.BgClassName
{
background-color: #868A88;
}
</style>
border-color css
<style>
span { border-color: #868A88; }
span { border-color: rgb(134,138,136); }
td.TdClassName
{
border-color: #868A88;
}
.TagClassName
{
border-color: #868A88;
}
</style>