Shades of Granny Smith #869C91
Tints of Granny Smith #869C91
RGB
CMYK
RGB Variations
Color information
#869C91 (or 0x869C91) is known color: Granny Smith. HEX triplet: 86, 9C and 91. RGB value is (134,156,145). Sum of RGB (Red+Green+Blue) = 134+156+145=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 156 - color contains mainly: green. Hex color #869C91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869C91 is #79636E. Grayscale: #949494. Windows color (decimal): -7955311 or 9542790. OLE color: 9542790.
HSL color Cylindrical-coordinate representation of color #869C91: hue angle of 150º 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 #869C91 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 156 | 145 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.39 |
| HSL | 150º | 0.1% | 0.57% | - |
| HSV(B) | 150º | 0.14% | 0.61% | - |
| XYZ | 26.83 | 30.89 | 31.34 | - |
| YUV | 148.17 | 126.21 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 156 | 145 | 0.14 | 0 | 0.07 | 0.39 | 150 | 0.1 | 0.57 |
| Hex | 86 | 9C | 91 | E | 0 | 7 | 27 | 96 | A | 39 |
| Octal | 206 | 234 | 221 | 16 | 0 | 7 | 47 | 226 | 12 | 71 |
| Binary | 10000110 | 10011100 | 10010001 | 1110 | 0 | 111 | 100111 | 10010110 | 1010 | 111001 |
Color Harmonies of #869C91
Complementary color
Monochromatic Colors of #869C91
Black with #869C91
Text Example
Text Example
White with #869C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869C91; }
p { color: rgb(134,156,145); }
H1.HeaderClassName
{
color: #869C91;
}
.AnyTagClassName
{
color: #869C91;
}
</style>
background-color css
<style>
a { background-color: #869C91; }
a { background-color: rgb(134,156,145); }
div.DivClassName
{
background-color: #869C91;
}
.BgClassName
{
background-color: #869C91;
}
</style>
border-color css
<style>
span { border-color: #869C91; }
span { border-color: rgb(134,156,145); }
td.TdClassName
{
border-color: #869C91;
}
.TagClassName
{
border-color: #869C91;
}
</style>