Shades of Granny Smith #86938D
Tints of Granny Smith #86938D
RGB
CMYK
RGB Variations
Color information
#86938D (or 0x86938D) is known color: Granny Smith. HEX triplet: 86, 93 and 8D. RGB value is (134,147,141). Sum of RGB (Red+Green+Blue) = 134+147+141=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 147 - color contains mainly: green. Hex color #86938D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86938D is #796C72. Grayscale: #8E8E8E. Windows color (decimal): -7957619 or 9278342. OLE color: 9278342.
HSL color Cylindrical-coordinate representation of color #86938D: hue angle of 152.31º 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 #86938D is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 134 | 147 | 141 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.42 |
| HSL | 152.31º | 0.06% | 0.55% | - |
| HSV(B) | 152.31º | 0.09% | 0.58% | - |
| XYZ | 25.07 | 27.86 | 29.26 | - |
| YUV | 142.43 | 127.19 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 147 | 141 | 0.09 | 0 | 0.04 | 0.42 | 152.31 | 0.06 | 0.55 |
| Hex | 86 | 93 | 8D | 9 | 0 | 4 | 2A | 98 | 6 | 37 |
| Octal | 206 | 223 | 215 | 11 | 0 | 4 | 52 | 230 | 6 | 67 |
| Binary | 10000110 | 10010011 | 10001101 | 1001 | 0 | 100 | 101010 | 10011000 | 110 | 110111 |
Color Harmonies of #86938D
Complementary color
Monochromatic Colors of #86938D
Black with #86938D
Text Example
Text Example
White with #86938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86938D; }
p { color: rgb(134,147,141); }
H1.HeaderClassName
{
color: #86938D;
}
.AnyTagClassName
{
color: #86938D;
}
</style>
background-color css
<style>
a { background-color: #86938D; }
a { background-color: rgb(134,147,141); }
div.DivClassName
{
background-color: #86938D;
}
.BgClassName
{
background-color: #86938D;
}
</style>
border-color css
<style>
span { border-color: #86938D; }
span { border-color: rgb(134,147,141); }
td.TdClassName
{
border-color: #86938D;
}
.TagClassName
{
border-color: #86938D;
}
</style>