Shades of Granny Smith #798B84
Tints of Granny Smith #798B84
RGB
CMYK
RGB Variations
Color information
#798B84 (or 0x798B84) is known color: Granny Smith. HEX triplet: 79, 8B and 84. RGB value is (121,139,132). Sum of RGB (Red+Green+Blue) = 121+139+132=392 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.87% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 139 - color contains mainly: green. Hex color #798B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798B84 is #86747B. Grayscale: #848484. Windows color (decimal): -8811644 or 8686457. OLE color: 8686457.
HSL color Cylindrical-coordinate representation of color #798B84: hue angle of 156.67º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #798B84 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 139 | 132 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.45 |
| HSL | 156.67º | 0.07% | 0.51% | - |
| HSV(B) | 156.67º | 0.13% | 0.55% | - |
| XYZ | 21.28 | 24.2 | 25.38 | - |
| YUV | 132.82 | 127.54 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 139 | 132 | 0.13 | 0 | 0.05 | 0.45 | 156.67 | 0.07 | 0.51 |
| Hex | 79 | 8B | 84 | D | 0 | 5 | 2D | 9D | 7 | 33 |
| Octal | 171 | 213 | 204 | 15 | 0 | 5 | 55 | 235 | 7 | 63 |
| Binary | 1111001 | 10001011 | 10000100 | 1101 | 0 | 101 | 101101 | 10011101 | 111 | 110011 |
Color Harmonies of #798B84
Complementary color
Monochromatic Colors of #798B84
Black with #798B84
Text Example
Text Example
White with #798B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798B84; }
p { color: rgb(121,139,132); }
H1.HeaderClassName
{
color: #798B84;
}
.AnyTagClassName
{
color: #798B84;
}
</style>
background-color css
<style>
a { background-color: #798B84; }
a { background-color: rgb(121,139,132); }
div.DivClassName
{
background-color: #798B84;
}
.BgClassName
{
background-color: #798B84;
}
</style>
border-color css
<style>
span { border-color: #798B84; }
span { border-color: rgb(121,139,132); }
td.TdClassName
{
border-color: #798B84;
}
.TagClassName
{
border-color: #798B84;
}
</style>