Shades of Granny Smith #879690
Tints of Granny Smith #879690
RGB
CMYK
RGB Variations
Color information
#879690 (or 0x879690) is known color: Granny Smith. HEX triplet: 87, 96 and 90. RGB value is (135,150,144). Sum of RGB (Red+Green+Blue) = 135+150+144=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 150 - color contains mainly: green. Hex color #879690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879690 is #78696F. Grayscale: #909090. Windows color (decimal): -7891312 or 9475719. OLE color: 9475719.
HSL color Cylindrical-coordinate representation of color #879690: hue angle of 156º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #879690 is Cyan = 0.1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 135 | 150 | 144 | - |
| CMYK | 0.1 | 0 | 0.04 | 0.41 |
| HSL | 156º | 0.07% | 0.56% | - |
| HSV(B) | 156º | 0.1% | 0.59% | - |
| XYZ | 25.93 | 28.98 | 30.61 | - |
| YUV | 144.83 | 127.53 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 150 | 144 | 0.1 | 0 | 0.04 | 0.41 | 156 | 0.07 | 0.56 |
| Hex | 87 | 96 | 90 | A | 0 | 4 | 29 | 9C | 7 | 38 |
| Octal | 207 | 226 | 220 | 12 | 0 | 4 | 51 | 234 | 7 | 70 |
| Binary | 10000111 | 10010110 | 10010000 | 1010 | 0 | 100 | 101001 | 10011100 | 111 | 111000 |
Color Harmonies of #879690
Complementary color
Monochromatic Colors of #879690
Black with #879690
Text Example
Text Example
White with #879690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879690; }
p { color: rgb(135,150,144); }
H1.HeaderClassName
{
color: #879690;
}
.AnyTagClassName
{
color: #879690;
}
</style>
background-color css
<style>
a { background-color: #879690; }
a { background-color: rgb(135,150,144); }
div.DivClassName
{
background-color: #879690;
}
.BgClassName
{
background-color: #879690;
}
</style>
border-color css
<style>
span { border-color: #879690; }
span { border-color: rgb(135,150,144); }
td.TdClassName
{
border-color: #879690;
}
.TagClassName
{
border-color: #879690;
}
</style>