Shades of Granny Smith #86978F
Tints of Granny Smith #86978F
RGB
CMYK
RGB Variations
Color information
#86978F (or 0x86978F) is known color: Granny Smith. HEX triplet: 86, 97 and 8F. RGB value is (134,151,143). Sum of RGB (Red+Green+Blue) = 134+151+143=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 151 - color contains mainly: green. Hex color #86978F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86978F is #796870. Grayscale: #919191. Windows color (decimal): -7956593 or 9410438. OLE color: 9410438.
HSL color Cylindrical-coordinate representation of color #86978F: hue angle of 151.76º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #86978F is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 134 | 151 | 143 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.41 |
| HSL | 151.76º | 0.08% | 0.56% | - |
| HSV(B) | 151.76º | 0.11% | 0.59% | - |
| XYZ | 25.86 | 29.18 | 30.26 | - |
| YUV | 145.01 | 126.87 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 151 | 143 | 0.11 | 0 | 0.05 | 0.41 | 151.76 | 0.08 | 0.56 |
| Hex | 86 | 97 | 8F | B | 0 | 5 | 29 | 98 | 8 | 38 |
| Octal | 206 | 227 | 217 | 13 | 0 | 5 | 51 | 230 | 10 | 70 |
| Binary | 10000110 | 10010111 | 10001111 | 1011 | 0 | 101 | 101001 | 10011000 | 1000 | 111000 |
Color Harmonies of #86978F
Complementary color
Monochromatic Colors of #86978F
Black with #86978F
Text Example
Text Example
White with #86978F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86978F; }
p { color: rgb(134,151,143); }
H1.HeaderClassName
{
color: #86978F;
}
.AnyTagClassName
{
color: #86978F;
}
</style>
background-color css
<style>
a { background-color: #86978F; }
a { background-color: rgb(134,151,143); }
div.DivClassName
{
background-color: #86978F;
}
.BgClassName
{
background-color: #86978F;
}
</style>
border-color css
<style>
span { border-color: #86978F; }
span { border-color: rgb(134,151,143); }
td.TdClassName
{
border-color: #86978F;
}
.TagClassName
{
border-color: #86978F;
}
</style>