Shades of Granny Smith #799188
Tints of Granny Smith #799188
RGB
CMYK
RGB Variations
Color information
#799188 (or 0x799188) is known color: Granny Smith. HEX triplet: 79, 91 and 88. RGB value is (121,145,136). Sum of RGB (Red+Green+Blue) = 121+145+136=402 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.10% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 145 - color contains mainly: green. Hex color #799188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799188 is #866E77. Grayscale: #888888. Windows color (decimal): -8810104 or 8950137. OLE color: 8950137.
HSL color Cylindrical-coordinate representation of color #799188: hue angle of 157.5º 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 #799188 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 145 | 136 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.43 |
| HSL | 157.5º | 0.1% | 0.52% | - |
| HSV(B) | 157.5º | 0.17% | 0.57% | - |
| XYZ | 22.45 | 26.09 | 27.15 | - |
| YUV | 136.8 | 127.55 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 145 | 136 | 0.17 | 0 | 0.06 | 0.43 | 157.5 | 0.1 | 0.52 |
| Hex | 79 | 91 | 88 | 11 | 0 | 6 | 2B | 9E | A | 34 |
| Octal | 171 | 221 | 210 | 21 | 0 | 6 | 53 | 236 | 12 | 64 |
| Binary | 1111001 | 10010001 | 10001000 | 10001 | 0 | 110 | 101011 | 10011110 | 1010 | 110100 |
Color Harmonies of #799188
Complementary color
Monochromatic Colors of #799188
Black with #799188
Text Example
Text Example
White with #799188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799188; }
p { color: rgb(121,145,136); }
H1.HeaderClassName
{
color: #799188;
}
.AnyTagClassName
{
color: #799188;
}
</style>
background-color css
<style>
a { background-color: #799188; }
a { background-color: rgb(121,145,136); }
div.DivClassName
{
background-color: #799188;
}
.BgClassName
{
background-color: #799188;
}
</style>
border-color css
<style>
span { border-color: #799188; }
span { border-color: rgb(121,145,136); }
td.TdClassName
{
border-color: #799188;
}
.TagClassName
{
border-color: #799188;
}
</style>