Shades of Granny Smith #869F94
Tints of Granny Smith #869F94
RGB
CMYK
RGB Variations
Color information
#869F94 (or 0x869F94) is known color: Granny Smith. HEX triplet: 86, 9F and 94. RGB value is (134,159,148). Sum of RGB (Red+Green+Blue) = 134+159+148=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 159 - color contains mainly: green. Hex color #869F94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869F94 is #79606B. Grayscale: #969696. Windows color (decimal): -7954540 or 9740166. OLE color: 9740166.
HSL color Cylindrical-coordinate representation of color #869F94: hue angle of 153.6º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #869F94 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 159 | 148 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.38 |
| HSL | 153.6º | 0.12% | 0.57% | - |
| HSV(B) | 153.6º | 0.16% | 0.62% | - |
| XYZ | 27.57 | 32 | 32.74 | - |
| YUV | 150.27 | 126.72 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 148 | 0.16 | 0 | 0.07 | 0.38 | 153.6 | 0.12 | 0.57 |
| Hex | 86 | 9F | 94 | 10 | 0 | 7 | 26 | 9A | C | 39 |
| Octal | 206 | 237 | 224 | 20 | 0 | 7 | 46 | 232 | 14 | 71 |
| Binary | 10000110 | 10011111 | 10010100 | 10000 | 0 | 111 | 100110 | 10011010 | 1100 | 111001 |
Color Harmonies of #869F94
Complementary color
Monochromatic Colors of #869F94
Black with #869F94
Text Example
Text Example
White with #869F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869F94; }
p { color: rgb(134,159,148); }
H1.HeaderClassName
{
color: #869F94;
}
.AnyTagClassName
{
color: #869F94;
}
</style>
background-color css
<style>
a { background-color: #869F94; }
a { background-color: rgb(134,159,148); }
div.DivClassName
{
background-color: #869F94;
}
.BgClassName
{
background-color: #869F94;
}
</style>
border-color css
<style>
span { border-color: #869F94; }
span { border-color: rgb(134,159,148); }
td.TdClassName
{
border-color: #869F94;
}
.TagClassName
{
border-color: #869F94;
}
</style>