Shades of Granny Smith #869A93
Tints of Granny Smith #869A93
RGB
CMYK
RGB Variations
Color information
#869A93 (or 0x869A93) is known color: Granny Smith. HEX triplet: 86, 9A and 93. RGB value is (134,154,147). Sum of RGB (Red+Green+Blue) = 134+154+147=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 154 - color contains mainly: green. Hex color #869A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869A93 is #79656C. Grayscale: #939393. Windows color (decimal): -7955821 or 9673350. OLE color: 9673350.
HSL color Cylindrical-coordinate representation of color #869A93: hue angle of 159º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #869A93 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 154 | 147 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.40 |
| HSL | 159º | 0.09% | 0.56% | - |
| HSV(B) | 159º | 0.13% | 0.6% | - |
| XYZ | 26.65 | 30.29 | 32.04 | - |
| YUV | 147.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 154 | 147 | 0.13 | 0 | 0.05 | 0.40 | 159 | 0.09 | 0.56 |
| Hex | 86 | 9A | 93 | D | 0 | 5 | 28 | 9F | 9 | 38 |
| Octal | 206 | 232 | 223 | 15 | 0 | 5 | 50 | 237 | 11 | 70 |
| Binary | 10000110 | 10011010 | 10010011 | 1101 | 0 | 101 | 101000 | 10011111 | 1001 | 111000 |
Color Harmonies of #869A93
Complementary color
Monochromatic Colors of #869A93
Black with #869A93
Text Example
Text Example
White with #869A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869A93; }
p { color: rgb(134,154,147); }
H1.HeaderClassName
{
color: #869A93;
}
.AnyTagClassName
{
color: #869A93;
}
</style>
background-color css
<style>
a { background-color: #869A93; }
a { background-color: rgb(134,154,147); }
div.DivClassName
{
background-color: #869A93;
}
.BgClassName
{
background-color: #869A93;
}
</style>
border-color css
<style>
span { border-color: #869A93; }
span { border-color: rgb(134,154,147); }
td.TdClassName
{
border-color: #869A93;
}
.TagClassName
{
border-color: #869A93;
}
</style>