Shades of Granny Smith #798A83
Tints of Granny Smith #798A83
RGB
CMYK
RGB Variations
Color information
#798A83 (or 0x798A83) is known color: Granny Smith. HEX triplet: 79, 8A and 83. RGB value is (121,138,131). Sum of RGB (Red+Green+Blue) = 121+138+131=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 138 - color contains mainly: green. Hex color #798A83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798A83 is #86757C. Grayscale: #848484. Windows color (decimal): -8811901 or 8620665. OLE color: 8620665.
HSL color Cylindrical-coordinate representation of color #798A83: hue angle of 155.29º 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 #798A83 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 121 | 138 | 131 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.46 |
| HSL | 155.29º | 0.07% | 0.51% | - |
| HSV(B) | 155.29º | 0.12% | 0.54% | - |
| XYZ | 21.07 | 23.88 | 24.97 | - |
| YUV | 132.12 | 127.37 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 138 | 131 | 0.12 | 0 | 0.05 | 0.46 | 155.29 | 0.07 | 0.51 |
| Hex | 79 | 8A | 83 | C | 0 | 5 | 2E | 9B | 7 | 33 |
| Octal | 171 | 212 | 203 | 14 | 0 | 5 | 56 | 233 | 7 | 63 |
| Binary | 1111001 | 10001010 | 10000011 | 1100 | 0 | 101 | 101110 | 10011011 | 111 | 110011 |
Color Harmonies of #798A83
Complementary color
Monochromatic Colors of #798A83
Black with #798A83
Text Example
Text Example
White with #798A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798A83; }
p { color: rgb(121,138,131); }
H1.HeaderClassName
{
color: #798A83;
}
.AnyTagClassName
{
color: #798A83;
}
</style>
background-color css
<style>
a { background-color: #798A83; }
a { background-color: rgb(121,138,131); }
div.DivClassName
{
background-color: #798A83;
}
.BgClassName
{
background-color: #798A83;
}
</style>
border-color css
<style>
span { border-color: #798A83; }
span { border-color: rgb(121,138,131); }
td.TdClassName
{
border-color: #798A83;
}
.TagClassName
{
border-color: #798A83;
}
</style>