Shades of Granny Smith #799288
Tints of Granny Smith #799288
RGB
CMYK
RGB Variations
Color information
#799288 (or 0x799288) is known color: Granny Smith. HEX triplet: 79, 92 and 88. RGB value is (121,146,136). Sum of RGB (Red+Green+Blue) = 121+146+136=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 146 - color contains mainly: green. Hex color #799288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799288 is #866D77. Grayscale: #898989. Windows color (decimal): -8809848 or 8950393. OLE color: 8950393.
HSL color Cylindrical-coordinate representation of color #799288: hue angle of 156º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #799288 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 146 | 136 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.43 |
| HSL | 156º | 0.1% | 0.52% | - |
| HSV(B) | 156º | 0.17% | 0.57% | - |
| XYZ | 22.61 | 26.4 | 27.2 | - |
| YUV | 137.39 | 127.22 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 146 | 136 | 0.17 | 0 | 0.07 | 0.43 | 156 | 0.1 | 0.52 |
| Hex | 79 | 92 | 88 | 11 | 0 | 7 | 2B | 9C | A | 34 |
| Octal | 171 | 222 | 210 | 21 | 0 | 7 | 53 | 234 | 12 | 64 |
| Binary | 1111001 | 10010010 | 10001000 | 10001 | 0 | 111 | 101011 | 10011100 | 1010 | 110100 |
Color Harmonies of #799288
Complementary color
Monochromatic Colors of #799288
Black with #799288
Text Example
Text Example
White with #799288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799288; }
p { color: rgb(121,146,136); }
H1.HeaderClassName
{
color: #799288;
}
.AnyTagClassName
{
color: #799288;
}
</style>
background-color css
<style>
a { background-color: #799288; }
a { background-color: rgb(121,146,136); }
div.DivClassName
{
background-color: #799288;
}
.BgClassName
{
background-color: #799288;
}
</style>
border-color css
<style>
span { border-color: #799288; }
span { border-color: rgb(121,146,136); }
td.TdClassName
{
border-color: #799288;
}
.TagClassName
{
border-color: #799288;
}
</style>