Shades of Granny Smith #868C89
Tints of Granny Smith #868C89
RGB
CMYK
RGB Variations
Color information
#868C89 (or 0x868C89) is known color: Granny Smith. HEX triplet: 86, 8C and 89. RGB value is (134,140,137). Sum of RGB (Red+Green+Blue) = 134+140+137=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 140 - color contains mainly: green. Hex color #868C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868C89 is #797376. Grayscale: #898989. Windows color (decimal): -7959415 or 9014406. OLE color: 9014406.
HSL color Cylindrical-coordinate representation of color #868C89: hue angle of 150º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #868C89 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
RGB | 134 | 140 | 137 | - |
CMYK | 0.04 | 0 | 0.02 | 0.45 |
HSL | 150º | 0.03% | 0.54% | - |
HSV(B) | 150º | 0.04% | 0.55% | - |
XYZ | 23.72 | 25.63 | 27.36 | - |
YUV | 137.86 | 127.51 | 125.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 134 | 140 | 137 | 0.04 | 0 | 0.02 | 0.45 | 150 | 0.03 | 0.54 |
Hex | 86 | 8C | 89 | 4 | 0 | 2 | 2D | 96 | 3 | 36 |
Octal | 206 | 214 | 211 | 4 | 0 | 2 | 55 | 226 | 3 | 66 |
Binary | 10000110 | 10001100 | 10001001 | 100 | 0 | 10 | 101101 | 10010110 | 11 | 110110 |
Color Harmonies of #868C89
Complementary color
Monochromatic Colors of #868C89
Black with #868C89
Text Example
Text Example
White with #868C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868C89; }
p { color: rgb(134,140,137); }
H1.HeaderClassName
{
color: #868C89;
}
.AnyTagClassName
{
color: #868C89;
}
</style>
background-color css
<style>
a { background-color: #868C89; }
a { background-color: rgb(134,140,137); }
div.DivClassName
{
background-color: #868C89;
}
.BgClassName
{
background-color: #868C89;
}
</style>
border-color css
<style>
span { border-color: #868C89; }
span { border-color: rgb(134,140,137); }
td.TdClassName
{
border-color: #868C89;
}
.TagClassName
{
border-color: #868C89;
}
</style>