Shades of Granny Smith #798F85
Tints of Granny Smith #798F85
RGB
CMYK
RGB Variations
Color information
#798F85 (or 0x798F85) is known color: Granny Smith. HEX triplet: 79, 8F and 85. RGB value is (121,143,133). Sum of RGB (Red+Green+Blue) = 121+143+133=397 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.48% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 143 - color contains mainly: green. Hex color #798F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798F85 is #86707A. Grayscale: #878787. Windows color (decimal): -8810619 or 8753017. OLE color: 8753017.
HSL color Cylindrical-coordinate representation of color #798F85: hue angle of 152.73º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #798F85 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 143 | 133 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.44 |
| HSL | 152.73º | 0.09% | 0.52% | - |
| HSV(B) | 152.73º | 0.15% | 0.56% | - |
| XYZ | 21.94 | 25.4 | 25.94 | - |
| YUV | 135.28 | 126.71 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 143 | 133 | 0.15 | 0 | 0.07 | 0.44 | 152.73 | 0.09 | 0.52 |
| Hex | 79 | 8F | 85 | F | 0 | 7 | 2C | 99 | 9 | 34 |
| Octal | 171 | 217 | 205 | 17 | 0 | 7 | 54 | 231 | 11 | 64 |
| Binary | 1111001 | 10001111 | 10000101 | 1111 | 0 | 111 | 101100 | 10011001 | 1001 | 110100 |
Color Harmonies of #798F85
Complementary color
Monochromatic Colors of #798F85
Black with #798F85
Text Example
Text Example
White with #798F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798F85; }
p { color: rgb(121,143,133); }
H1.HeaderClassName
{
color: #798F85;
}
.AnyTagClassName
{
color: #798F85;
}
</style>
background-color css
<style>
a { background-color: #798F85; }
a { background-color: rgb(121,143,133); }
div.DivClassName
{
background-color: #798F85;
}
.BgClassName
{
background-color: #798F85;
}
</style>
border-color css
<style>
span { border-color: #798F85; }
span { border-color: rgb(121,143,133); }
td.TdClassName
{
border-color: #798F85;
}
.TagClassName
{
border-color: #798F85;
}
</style>