Shades of Granny Smith #879490
Tints of Granny Smith #879490
RGB
CMYK
RGB Variations
Color information
#879490 (or 0x879490) is known color: Granny Smith. HEX triplet: 87, 94 and 90. RGB value is (135,148,144). Sum of RGB (Red+Green+Blue) = 135+148+144=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 148 - color contains mainly: green. Hex color #879490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879490 is #786B6F. Grayscale: #8F8F8F. Windows color (decimal): -7891824 or 9475207. OLE color: 9475207.
HSL color Cylindrical-coordinate representation of color #879490: hue angle of 161.54º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #879490 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 148 | 144 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.42 |
| HSL | 161.54º | 0.06% | 0.55% | - |
| HSV(B) | 161.54º | 0.09% | 0.58% | - |
| XYZ | 25.62 | 28.34 | 30.51 | - |
| YUV | 143.66 | 128.19 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 148 | 144 | 0.09 | 0 | 0.03 | 0.42 | 161.54 | 0.06 | 0.55 |
| Hex | 87 | 94 | 90 | 9 | 0 | 3 | 2A | A2 | 6 | 37 |
| Octal | 207 | 224 | 220 | 11 | 0 | 3 | 52 | 242 | 6 | 67 |
| Binary | 10000111 | 10010100 | 10010000 | 1001 | 0 | 11 | 101010 | 10100010 | 110 | 110111 |
Color Harmonies of #879490
Complementary color
Monochromatic Colors of #879490
Black with #879490
Text Example
Text Example
White with #879490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879490; }
p { color: rgb(135,148,144); }
H1.HeaderClassName
{
color: #879490;
}
.AnyTagClassName
{
color: #879490;
}
</style>
background-color css
<style>
a { background-color: #879490; }
a { background-color: rgb(135,148,144); }
div.DivClassName
{
background-color: #879490;
}
.BgClassName
{
background-color: #879490;
}
</style>
border-color css
<style>
span { border-color: #879490; }
span { border-color: rgb(135,148,144); }
td.TdClassName
{
border-color: #879490;
}
.TagClassName
{
border-color: #879490;
}
</style>