Shades of Granny Smith #86958F
Tints of Granny Smith #86958F
RGB
CMYK
RGB Variations
Color information
#86958F (or 0x86958F) is known color: Granny Smith. HEX triplet: 86, 95 and 8F. RGB value is (134,149,143). Sum of RGB (Red+Green+Blue) = 134+149+143=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 149 - color contains mainly: green. Hex color #86958F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86958F is #796A70. Grayscale: #8F8F8F. Windows color (decimal): -7957105 or 9409926. OLE color: 9409926.
HSL color Cylindrical-coordinate representation of color #86958F: hue angle of 156º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #86958F is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 134 | 149 | 143 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.42 |
| HSL | 156º | 0.07% | 0.55% | - |
| HSV(B) | 156º | 0.1% | 0.58% | - |
| XYZ | 25.54 | 28.55 | 30.15 | - |
| YUV | 143.83 | 127.53 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 149 | 143 | 0.10 | 0 | 0.04 | 0.42 | 156 | 0.07 | 0.55 |
| Hex | 86 | 95 | 8F | A | 0 | 4 | 2A | 9C | 7 | 37 |
| Octal | 206 | 225 | 217 | 12 | 0 | 4 | 52 | 234 | 7 | 67 |
| Binary | 10000110 | 10010101 | 10001111 | 1010 | 0 | 100 | 101010 | 10011100 | 111 | 110111 |
Color Harmonies of #86958F
Complementary color
Monochromatic Colors of #86958F
Black with #86958F
Text Example
Text Example
White with #86958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86958F; }
p { color: rgb(134,149,143); }
H1.HeaderClassName
{
color: #86958F;
}
.AnyTagClassName
{
color: #86958F;
}
</style>
background-color css
<style>
a { background-color: #86958F; }
a { background-color: rgb(134,149,143); }
div.DivClassName
{
background-color: #86958F;
}
.BgClassName
{
background-color: #86958F;
}
</style>
border-color css
<style>
span { border-color: #86958F; }
span { border-color: rgb(134,149,143); }
td.TdClassName
{
border-color: #86958F;
}
.TagClassName
{
border-color: #86958F;
}
</style>