Shades of Granny Smith #86948C
Tints of Granny Smith #86948C
RGB
CMYK
RGB Variations
Color information
#86948C (or 0x86948C) is known color: Granny Smith. HEX triplet: 86, 94 and 8C. RGB value is (134,148,140). Sum of RGB (Red+Green+Blue) = 134+148+140=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 148 - color contains mainly: green. Hex color #86948C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86948C is #796B73. Grayscale: #8E8E8E. Windows color (decimal): -7957364 or 9213062. OLE color: 9213062.
HSL color Cylindrical-coordinate representation of color #86948C: hue angle of 145.71º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #86948C is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 134 | 148 | 140 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.42 |
| HSL | 145.71º | 0.06% | 0.55% | - |
| HSV(B) | 145.71º | 0.09% | 0.58% | - |
| XYZ | 25.16 | 28.14 | 28.92 | - |
| YUV | 142.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 148 | 140 | 0.09 | 0 | 0.05 | 0.42 | 145.71 | 0.06 | 0.55 |
| Hex | 86 | 94 | 8C | 9 | 0 | 5 | 2A | 92 | 6 | 37 |
| Octal | 206 | 224 | 214 | 11 | 0 | 5 | 52 | 222 | 6 | 67 |
| Binary | 10000110 | 10010100 | 10001100 | 1001 | 0 | 101 | 101010 | 10010010 | 110 | 110111 |
Color Harmonies of #86948C
Complementary color
Monochromatic Colors of #86948C
Black with #86948C
Text Example
Text Example
White with #86948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86948C; }
p { color: rgb(134,148,140); }
H1.HeaderClassName
{
color: #86948C;
}
.AnyTagClassName
{
color: #86948C;
}
</style>
background-color css
<style>
a { background-color: #86948C; }
a { background-color: rgb(134,148,140); }
div.DivClassName
{
background-color: #86948C;
}
.BgClassName
{
background-color: #86948C;
}
</style>
border-color css
<style>
span { border-color: #86948C; }
span { border-color: rgb(134,148,140); }
td.TdClassName
{
border-color: #86948C;
}
.TagClassName
{
border-color: #86948C;
}
</style>