Shades of Granny Smith #879390
Tints of Granny Smith #879390
RGB
CMYK
RGB Variations
Color information
#879390 (or 0x879390) is known color: Granny Smith. HEX triplet: 87, 93 and 90. RGB value is (135,147,144). Sum of RGB (Red+Green+Blue) = 135+147+144=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 147 - color contains mainly: green. Hex color #879390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879390 is #786C6F. Grayscale: #8F8F8F. Windows color (decimal): -7892080 or 9474951. OLE color: 9474951.
HSL color Cylindrical-coordinate representation of color #879390: hue angle of 165º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #879390 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 147 | 144 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.42 |
| HSL | 165º | 0.05% | 0.55% | - |
| HSV(B) | 165º | 0.08% | 0.58% | - |
| XYZ | 25.46 | 28.03 | 30.45 | - |
| YUV | 143.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 147 | 144 | 0.08 | 0 | 0.02 | 0.42 | 165 | 0.05 | 0.55 |
| Hex | 87 | 93 | 90 | 8 | 0 | 2 | 2A | A5 | 5 | 37 |
| Octal | 207 | 223 | 220 | 10 | 0 | 2 | 52 | 245 | 5 | 67 |
| Binary | 10000111 | 10010011 | 10010000 | 1000 | 0 | 10 | 101010 | 10100101 | 101 | 110111 |
Color Harmonies of #879390
Complementary color
Monochromatic Colors of #879390
Black with #879390
Text Example
Text Example
White with #879390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879390; }
p { color: rgb(135,147,144); }
H1.HeaderClassName
{
color: #879390;
}
.AnyTagClassName
{
color: #879390;
}
</style>
background-color css
<style>
a { background-color: #879390; }
a { background-color: rgb(135,147,144); }
div.DivClassName
{
background-color: #879390;
}
.BgClassName
{
background-color: #879390;
}
</style>
border-color css
<style>
span { border-color: #879390; }
span { border-color: rgb(135,147,144); }
td.TdClassName
{
border-color: #879390;
}
.TagClassName
{
border-color: #879390;
}
</style>