Shades of Granny Smith #86968E
Tints of Granny Smith #86968E
RGB
CMYK
RGB Variations
Color information
#86968E (or 0x86968E) is known color: Granny Smith. HEX triplet: 86, 96 and 8E. RGB value is (134,150,142). Sum of RGB (Red+Green+Blue) = 134+150+142=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 150 - color contains mainly: green. Hex color #86968E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86968E is #796971. Grayscale: #909090. Windows color (decimal): -7956850 or 9344646. OLE color: 9344646.
HSL color Cylindrical-coordinate representation of color #86968E: hue angle of 150º degrees, saturation: 0.07, 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 #86968E is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 134 | 150 | 142 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.41 |
| HSL | 150º | 0.07% | 0.56% | - |
| HSV(B) | 150º | 0.11% | 0.59% | - |
| XYZ | 25.62 | 28.83 | 29.81 | - |
| YUV | 144.3 | 126.7 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 150 | 142 | 0.11 | 0 | 0.05 | 0.41 | 150 | 0.07 | 0.56 |
| Hex | 86 | 96 | 8E | B | 0 | 5 | 29 | 96 | 7 | 38 |
| Octal | 206 | 226 | 216 | 13 | 0 | 5 | 51 | 226 | 7 | 70 |
| Binary | 10000110 | 10010110 | 10001110 | 1011 | 0 | 101 | 101001 | 10010110 | 111 | 111000 |
Color Harmonies of #86968E
Complementary color
Monochromatic Colors of #86968E
Black with #86968E
Text Example
Text Example
White with #86968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86968E; }
p { color: rgb(134,150,142); }
H1.HeaderClassName
{
color: #86968E;
}
.AnyTagClassName
{
color: #86968E;
}
</style>
background-color css
<style>
a { background-color: #86968E; }
a { background-color: rgb(134,150,142); }
div.DivClassName
{
background-color: #86968E;
}
.BgClassName
{
background-color: #86968E;
}
</style>
border-color css
<style>
span { border-color: #86968E; }
span { border-color: rgb(134,150,142); }
td.TdClassName
{
border-color: #86968E;
}
.TagClassName
{
border-color: #86968E;
}
</style>