Shades of Granny Smith #879D93
Tints of Granny Smith #879D93
RGB
CMYK
RGB Variations
Color information
#879D93 (or 0x879D93) is known color: Granny Smith. HEX triplet: 87, 9D and 93. RGB value is (135,157,147). Sum of RGB (Red+Green+Blue) = 135+157+147=439 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.75% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 157 - color contains mainly: green. Hex color #879D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879D93 is #78626C. Grayscale: #959595. Windows color (decimal): -7889517 or 9674119. OLE color: 9674119.
HSL color Cylindrical-coordinate representation of color #879D93: hue angle of 152.73º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #879D93 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 157 | 147 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.38 |
| HSL | 152.73º | 0.1% | 0.57% | - |
| HSV(B) | 152.73º | 0.14% | 0.62% | - |
| XYZ | 27.32 | 31.37 | 32.22 | - |
| YUV | 149.28 | 126.71 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 157 | 147 | 0.14 | 0 | 0.06 | 0.38 | 152.73 | 0.1 | 0.57 |
| Hex | 87 | 9D | 93 | E | 0 | 6 | 26 | 99 | A | 39 |
| Octal | 207 | 235 | 223 | 16 | 0 | 6 | 46 | 231 | 12 | 71 |
| Binary | 10000111 | 10011101 | 10010011 | 1110 | 0 | 110 | 100110 | 10011001 | 1010 | 111001 |
Color Harmonies of #879D93
Complementary color
Monochromatic Colors of #879D93
Black with #879D93
Text Example
Text Example
White with #879D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879D93; }
p { color: rgb(135,157,147); }
H1.HeaderClassName
{
color: #879D93;
}
.AnyTagClassName
{
color: #879D93;
}
</style>
background-color css
<style>
a { background-color: #879D93; }
a { background-color: rgb(135,157,147); }
div.DivClassName
{
background-color: #879D93;
}
.BgClassName
{
background-color: #879D93;
}
</style>
border-color css
<style>
span { border-color: #879D93; }
span { border-color: rgb(135,157,147); }
td.TdClassName
{
border-color: #879D93;
}
.TagClassName
{
border-color: #879D93;
}
</style>