Shades of Granny Smith #869B94
Tints of Granny Smith #869B94
RGB
CMYK
RGB Variations
Color information
#869B94 (or 0x869B94) is known color: Granny Smith. HEX triplet: 86, 9B and 94. RGB value is (134,155,148). Sum of RGB (Red+Green+Blue) = 134+155+148=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 155 - color contains mainly: green. Hex color #869B94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869B94 is #79646B. Grayscale: #939393. Windows color (decimal): -7955564 or 9739142. OLE color: 9739142.
HSL color Cylindrical-coordinate representation of color #869B94: hue angle of 160º 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 #869B94 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 155 | 148 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.39 |
| HSL | 160º | 0.1% | 0.57% | - |
| HSV(B) | 160º | 0.14% | 0.61% | - |
| XYZ | 26.9 | 30.65 | 32.52 | - |
| YUV | 147.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 155 | 148 | 0.14 | 0 | 0.05 | 0.39 | 160 | 0.1 | 0.57 |
| Hex | 86 | 9B | 94 | E | 0 | 5 | 27 | A0 | A | 39 |
| Octal | 206 | 233 | 224 | 16 | 0 | 5 | 47 | 240 | 12 | 71 |
| Binary | 10000110 | 10011011 | 10010100 | 1110 | 0 | 101 | 100111 | 10100000 | 1010 | 111001 |
Color Harmonies of #869B94
Complementary color
Monochromatic Colors of #869B94
Black with #869B94
Text Example
Text Example
White with #869B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869B94; }
p { color: rgb(134,155,148); }
H1.HeaderClassName
{
color: #869B94;
}
.AnyTagClassName
{
color: #869B94;
}
</style>
background-color css
<style>
a { background-color: #869B94; }
a { background-color: rgb(134,155,148); }
div.DivClassName
{
background-color: #869B94;
}
.BgClassName
{
background-color: #869B94;
}
</style>
border-color css
<style>
span { border-color: #869B94; }
span { border-color: rgb(134,155,148); }
td.TdClassName
{
border-color: #869B94;
}
.TagClassName
{
border-color: #869B94;
}
</style>