Shades of Granny Smith #86928D
Tints of Granny Smith #86928D
RGB
CMYK
RGB Variations
Color information
#86928D (or 0x86928D) is known color: Granny Smith. HEX triplet: 86, 92 and 8D. RGB value is (134,146,141). Sum of RGB (Red+Green+Blue) = 134+146+141=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 146 - color contains mainly: green. Hex color #86928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86928D is #796D72. Grayscale: #8D8D8D. Windows color (decimal): -7957875 or 9278086. OLE color: 9278086.
HSL color Cylindrical-coordinate representation of color #86928D: hue angle of 155º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #86928D is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 146 | 141 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.43 |
| HSL | 155º | 0.05% | 0.55% | - |
| HSV(B) | 155º | 0.08% | 0.57% | - |
| XYZ | 24.92 | 27.55 | 29.2 | - |
| YUV | 141.84 | 127.52 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 146 | 141 | 0.08 | 0 | 0.03 | 0.43 | 155 | 0.05 | 0.55 |
| Hex | 86 | 92 | 8D | 8 | 0 | 3 | 2B | 9B | 5 | 37 |
| Octal | 206 | 222 | 215 | 10 | 0 | 3 | 53 | 233 | 5 | 67 |
| Binary | 10000110 | 10010010 | 10001101 | 1000 | 0 | 11 | 101011 | 10011011 | 101 | 110111 |
Color Harmonies of #86928D
Complementary color
Monochromatic Colors of #86928D
Black with #86928D
Text Example
Text Example
White with #86928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86928D; }
p { color: rgb(134,146,141); }
H1.HeaderClassName
{
color: #86928D;
}
.AnyTagClassName
{
color: #86928D;
}
</style>
background-color css
<style>
a { background-color: #86928D; }
a { background-color: rgb(134,146,141); }
div.DivClassName
{
background-color: #86928D;
}
.BgClassName
{
background-color: #86928D;
}
</style>
border-color css
<style>
span { border-color: #86928D; }
span { border-color: rgb(134,146,141); }
td.TdClassName
{
border-color: #86928D;
}
.TagClassName
{
border-color: #86928D;
}
</style>