Shades of Granny Smith #798A84
Tints of Granny Smith #798A84
RGB
CMYK
RGB Variations
Color information
#798A84 (or 0x798A84) is known color: Granny Smith. HEX triplet: 79, 8A and 84. RGB value is (121,138,132). Sum of RGB (Red+Green+Blue) = 121+138+132=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 138 - color contains mainly: green. Hex color #798A84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798A84 is #86757B. Grayscale: #848484. Windows color (decimal): -8811900 or 8686201. OLE color: 8686201.
HSL color Cylindrical-coordinate representation of color #798A84: hue angle of 158.82º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #798A84 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 121 | 138 | 132 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.46 |
| HSL | 158.82º | 0.07% | 0.51% | - |
| HSV(B) | 158.82º | 0.12% | 0.54% | - |
| XYZ | 21.14 | 23.91 | 25.33 | - |
| YUV | 132.23 | 127.87 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 138 | 132 | 0.12 | 0 | 0.04 | 0.46 | 158.82 | 0.07 | 0.51 |
| Hex | 79 | 8A | 84 | C | 0 | 4 | 2E | 9F | 7 | 33 |
| Octal | 171 | 212 | 204 | 14 | 0 | 4 | 56 | 237 | 7 | 63 |
| Binary | 1111001 | 10001010 | 10000100 | 1100 | 0 | 100 | 101110 | 10011111 | 111 | 110011 |
Color Harmonies of #798A84
Complementary color
Monochromatic Colors of #798A84
Black with #798A84
Text Example
Text Example
White with #798A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798A84; }
p { color: rgb(121,138,132); }
H1.HeaderClassName
{
color: #798A84;
}
.AnyTagClassName
{
color: #798A84;
}
</style>
background-color css
<style>
a { background-color: #798A84; }
a { background-color: rgb(121,138,132); }
div.DivClassName
{
background-color: #798A84;
}
.BgClassName
{
background-color: #798A84;
}
</style>
border-color css
<style>
span { border-color: #798A84; }
span { border-color: rgb(121,138,132); }
td.TdClassName
{
border-color: #798A84;
}
.TagClassName
{
border-color: #798A84;
}
</style>