Shades of Granny Smith #869B93
Tints of Granny Smith #869B93
RGB
CMYK
RGB Variations
Color information
#869B93 (or 0x869B93) is known color: Granny Smith. HEX triplet: 86, 9B and 93. RGB value is (134,155,147). Sum of RGB (Red+Green+Blue) = 134+155+147=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 155 - color contains mainly: green. Hex color #869B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869B93 is #79646C. Grayscale: #939393. Windows color (decimal): -7955565 or 9673606. OLE color: 9673606.
HSL color Cylindrical-coordinate representation of color #869B93: hue angle of 157.14º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #869B93 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 155 | 147 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.39 |
| HSL | 157.14º | 0.1% | 0.57% | - |
| HSV(B) | 157.14º | 0.14% | 0.61% | - |
| XYZ | 26.82 | 30.62 | 32.1 | - |
| YUV | 147.81 | 127.54 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 155 | 147 | 0.14 | 0 | 0.05 | 0.39 | 157.14 | 0.1 | 0.57 |
| Hex | 86 | 9B | 93 | E | 0 | 5 | 27 | 9D | A | 39 |
| Octal | 206 | 233 | 223 | 16 | 0 | 5 | 47 | 235 | 12 | 71 |
| Binary | 10000110 | 10011011 | 10010011 | 1110 | 0 | 101 | 100111 | 10011101 | 1010 | 111001 |
Color Harmonies of #869B93
Complementary color
Monochromatic Colors of #869B93
Black with #869B93
Text Example
Text Example
White with #869B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869B93; }
p { color: rgb(134,155,147); }
H1.HeaderClassName
{
color: #869B93;
}
.AnyTagClassName
{
color: #869B93;
}
</style>
background-color css
<style>
a { background-color: #869B93; }
a { background-color: rgb(134,155,147); }
div.DivClassName
{
background-color: #869B93;
}
.BgClassName
{
background-color: #869B93;
}
</style>
border-color css
<style>
span { border-color: #869B93; }
span { border-color: rgb(134,155,147); }
td.TdClassName
{
border-color: #869B93;
}
.TagClassName
{
border-color: #869B93;
}
</style>