Shades of Granny Smith #86908C
Tints of Granny Smith #86908C
RGB
CMYK
RGB Variations
Color information
#86908C (or 0x86908C) is known color: Granny Smith. HEX triplet: 86, 90 and 8C. RGB value is (134,144,140). Sum of RGB (Red+Green+Blue) = 134+144+140=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 144 - color contains mainly: green. Hex color #86908C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86908C is #796F73. Grayscale: #8C8C8C. Windows color (decimal): -7958388 or 9212038. OLE color: 9212038.
HSL color Cylindrical-coordinate representation of color #86908C: hue angle of 156º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #86908C is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 144 | 140 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.44 |
| HSL | 156º | 0.04% | 0.55% | - |
| HSV(B) | 156º | 0.07% | 0.56% | - |
| XYZ | 24.54 | 26.91 | 28.71 | - |
| YUV | 140.55 | 127.69 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 144 | 140 | 0.07 | 0 | 0.03 | 0.44 | 156 | 0.04 | 0.55 |
| Hex | 86 | 90 | 8C | 7 | 0 | 3 | 2C | 9C | 4 | 37 |
| Octal | 206 | 220 | 214 | 7 | 0 | 3 | 54 | 234 | 4 | 67 |
| Binary | 10000110 | 10010000 | 10001100 | 111 | 0 | 11 | 101100 | 10011100 | 100 | 110111 |
Color Harmonies of #86908C
Complementary color
Monochromatic Colors of #86908C
Black with #86908C
Text Example
Text Example
White with #86908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86908C; }
p { color: rgb(134,144,140); }
H1.HeaderClassName
{
color: #86908C;
}
.AnyTagClassName
{
color: #86908C;
}
</style>
background-color css
<style>
a { background-color: #86908C; }
a { background-color: rgb(134,144,140); }
div.DivClassName
{
background-color: #86908C;
}
.BgClassName
{
background-color: #86908C;
}
</style>
border-color css
<style>
span { border-color: #86908C; }
span { border-color: rgb(134,144,140); }
td.TdClassName
{
border-color: #86908C;
}
.TagClassName
{
border-color: #86908C;
}
</style>