Shades of Granny Smith #869B91
Tints of Granny Smith #869B91
RGB
CMYK
RGB Variations
Color information
#869B91 (or 0x869B91) is known color: Granny Smith. HEX triplet: 86, 9B and 91. RGB value is (134,155,145). Sum of RGB (Red+Green+Blue) = 134+155+145=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 155 - color contains mainly: green. Hex color #869B91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869B91 is #79646E. Grayscale: #939393. Windows color (decimal): -7955567 or 9542534. OLE color: 9542534.
HSL color Cylindrical-coordinate representation of color #869B91: hue angle of 151.43º 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 #869B91 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 155 | 145 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.39 |
| HSL | 151.43º | 0.1% | 0.57% | - |
| HSV(B) | 151.43º | 0.14% | 0.61% | - |
| XYZ | 26.66 | 30.56 | 31.28 | - |
| YUV | 147.58 | 126.54 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 155 | 145 | 0.14 | 0 | 0.06 | 0.39 | 151.43 | 0.1 | 0.57 |
| Hex | 86 | 9B | 91 | E | 0 | 6 | 27 | 97 | A | 39 |
| Octal | 206 | 233 | 221 | 16 | 0 | 6 | 47 | 227 | 12 | 71 |
| Binary | 10000110 | 10011011 | 10010001 | 1110 | 0 | 110 | 100111 | 10010111 | 1010 | 111001 |
Color Harmonies of #869B91
Complementary color
Monochromatic Colors of #869B91
Black with #869B91
Text Example
Text Example
White with #869B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869B91; }
p { color: rgb(134,155,145); }
H1.HeaderClassName
{
color: #869B91;
}
.AnyTagClassName
{
color: #869B91;
}
</style>
background-color css
<style>
a { background-color: #869B91; }
a { background-color: rgb(134,155,145); }
div.DivClassName
{
background-color: #869B91;
}
.BgClassName
{
background-color: #869B91;
}
</style>
border-color css
<style>
span { border-color: #869B91; }
span { border-color: rgb(134,155,145); }
td.TdClassName
{
border-color: #869B91;
}
.TagClassName
{
border-color: #869B91;
}
</style>