Shades of Granny Smith #798A85
Tints of Granny Smith #798A85
RGB
CMYK
RGB Variations
Color information
#798A85 (or 0x798A85) is known color: Granny Smith. HEX triplet: 79, 8A and 85. RGB value is (121,138,133). Sum of RGB (Red+Green+Blue) = 121+138+133=392 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.87% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 138 - color contains mainly: green. Hex color #798A85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798A85 is #86757A. Grayscale: #848484. Windows color (decimal): -8811899 or 8751737. OLE color: 8751737.
HSL color Cylindrical-coordinate representation of color #798A85: hue angle of 162.35º 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 #798A85 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 121 | 138 | 133 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.46 |
| HSL | 162.35º | 0.07% | 0.51% | - |
| HSV(B) | 162.35º | 0.12% | 0.54% | - |
| XYZ | 21.21 | 23.94 | 25.69 | - |
| YUV | 132.35 | 128.37 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 138 | 133 | 0.12 | 0 | 0.04 | 0.46 | 162.35 | 0.07 | 0.51 |
| Hex | 79 | 8A | 85 | C | 0 | 4 | 2E | A2 | 7 | 33 |
| Octal | 171 | 212 | 205 | 14 | 0 | 4 | 56 | 242 | 7 | 63 |
| Binary | 1111001 | 10001010 | 10000101 | 1100 | 0 | 100 | 101110 | 10100010 | 111 | 110011 |
Color Harmonies of #798A85
Complementary color
Monochromatic Colors of #798A85
Black with #798A85
Text Example
Text Example
White with #798A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798A85; }
p { color: rgb(121,138,133); }
H1.HeaderClassName
{
color: #798A85;
}
.AnyTagClassName
{
color: #798A85;
}
</style>
background-color css
<style>
a { background-color: #798A85; }
a { background-color: rgb(121,138,133); }
div.DivClassName
{
background-color: #798A85;
}
.BgClassName
{
background-color: #798A85;
}
</style>
border-color css
<style>
span { border-color: #798A85; }
span { border-color: rgb(121,138,133); }
td.TdClassName
{
border-color: #798A85;
}
.TagClassName
{
border-color: #798A85;
}
</style>