Shades of Granny Smith #799E96
Tints of Granny Smith #799E96
RGB
CMYK
RGB Variations
Color information
#799E96 (or 0x799E96) is known color: Granny Smith. HEX triplet: 79, 9E and 96. RGB value is (121,158,150). Sum of RGB (Red+Green+Blue) = 121+158+150=429 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.21% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 158 - color contains mainly: green. Hex color #799E96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799E96 is #866169. Grayscale: #929292. Windows color (decimal): -8806762 or 9870969. OLE color: 9870969.
HSL color Cylindrical-coordinate representation of color #799E96: hue angle of 167.03º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #799E96 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 158 | 150 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.38 |
| HSL | 167.03º | 0.16% | 0.55% | - |
| HSV(B) | 167.03º | 0.23% | 0.62% | - |
| XYZ | 25.62 | 30.72 | 33.43 | - |
| YUV | 146.03 | 130.24 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 158 | 150 | 0.23 | 0 | 0.05 | 0.38 | 167.03 | 0.16 | 0.55 |
| Hex | 79 | 9E | 96 | 17 | 0 | 5 | 26 | A7 | 10 | 37 |
| Octal | 171 | 236 | 226 | 27 | 0 | 5 | 46 | 247 | 20 | 67 |
| Binary | 1111001 | 10011110 | 10010110 | 10111 | 0 | 101 | 100110 | 10100111 | 10000 | 110111 |
Color Harmonies of #799E96
Complementary color
Monochromatic Colors of #799E96
Black with #799E96
Text Example
Text Example
White with #799E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799E96; }
p { color: rgb(121,158,150); }
H1.HeaderClassName
{
color: #799E96;
}
.AnyTagClassName
{
color: #799E96;
}
</style>
background-color css
<style>
a { background-color: #799E96; }
a { background-color: rgb(121,158,150); }
div.DivClassName
{
background-color: #799E96;
}
.BgClassName
{
background-color: #799E96;
}
</style>
border-color css
<style>
span { border-color: #799E96; }
span { border-color: rgb(121,158,150); }
td.TdClassName
{
border-color: #799E96;
}
.TagClassName
{
border-color: #799E96;
}
</style>