Shades of Granny Smith #869B90
Tints of Granny Smith #869B90
RGB
CMYK
RGB Variations
Color information
#869B90 (or 0x869B90) is known color: Granny Smith. HEX triplet: 86, 9B and 90. RGB value is (134,155,144). Sum of RGB (Red+Green+Blue) = 134+155+144=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 155 - color contains mainly: green. Hex color #869B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869B90 is #79646F. Grayscale: #939393. Windows color (decimal): -7955568 or 9476998. OLE color: 9476998.
HSL color Cylindrical-coordinate representation of color #869B90: hue angle of 148.57º 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 #869B90 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 155 | 144 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.39 |
| HSL | 148.57º | 0.1% | 0.57% | - |
| HSV(B) | 148.57º | 0.14% | 0.61% | - |
| XYZ | 26.59 | 30.52 | 30.88 | - |
| YUV | 147.47 | 126.04 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 155 | 144 | 0.14 | 0 | 0.07 | 0.39 | 148.57 | 0.1 | 0.57 |
| Hex | 86 | 9B | 90 | E | 0 | 7 | 27 | 95 | A | 39 |
| Octal | 206 | 233 | 220 | 16 | 0 | 7 | 47 | 225 | 12 | 71 |
| Binary | 10000110 | 10011011 | 10010000 | 1110 | 0 | 111 | 100111 | 10010101 | 1010 | 111001 |
Color Harmonies of #869B90
Complementary color
Monochromatic Colors of #869B90
Black with #869B90
Text Example
Text Example
White with #869B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869B90; }
p { color: rgb(134,155,144); }
H1.HeaderClassName
{
color: #869B90;
}
.AnyTagClassName
{
color: #869B90;
}
</style>
background-color css
<style>
a { background-color: #869B90; }
a { background-color: rgb(134,155,144); }
div.DivClassName
{
background-color: #869B90;
}
.BgClassName
{
background-color: #869B90;
}
</style>
border-color css
<style>
span { border-color: #869B90; }
span { border-color: rgb(134,155,144); }
td.TdClassName
{
border-color: #869B90;
}
.TagClassName
{
border-color: #869B90;
}
</style>