Shades of Granny Smith #799189
Tints of Granny Smith #799189
RGB
CMYK
RGB Variations
Color information
#799189 (or 0x799189) is known color: Granny Smith. HEX triplet: 79, 91 and 89. RGB value is (121,145,137). Sum of RGB (Red+Green+Blue) = 121+145+137=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 145 - color contains mainly: green. Hex color #799189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799189 is #866E76. Grayscale: #888888. Windows color (decimal): -8810103 or 9015673. OLE color: 9015673.
HSL color Cylindrical-coordinate representation of color #799189: hue angle of 160º 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 #799189 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 145 | 137 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.43 |
| HSL | 160º | 0.1% | 0.52% | - |
| HSV(B) | 160º | 0.17% | 0.57% | - |
| XYZ | 22.53 | 26.12 | 27.52 | - |
| YUV | 136.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 145 | 137 | 0.17 | 0 | 0.06 | 0.43 | 160 | 0.1 | 0.52 |
| Hex | 79 | 91 | 89 | 11 | 0 | 6 | 2B | A0 | A | 34 |
| Octal | 171 | 221 | 211 | 21 | 0 | 6 | 53 | 240 | 12 | 64 |
| Binary | 1111001 | 10010001 | 10001001 | 10001 | 0 | 110 | 101011 | 10100000 | 1010 | 110100 |
Color Harmonies of #799189
Complementary color
Monochromatic Colors of #799189
Black with #799189
Text Example
Text Example
White with #799189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799189; }
p { color: rgb(121,145,137); }
H1.HeaderClassName
{
color: #799189;
}
.AnyTagClassName
{
color: #799189;
}
</style>
background-color css
<style>
a { background-color: #799189; }
a { background-color: rgb(121,145,137); }
div.DivClassName
{
background-color: #799189;
}
.BgClassName
{
background-color: #799189;
}
</style>
border-color css
<style>
span { border-color: #799189; }
span { border-color: rgb(121,145,137); }
td.TdClassName
{
border-color: #799189;
}
.TagClassName
{
border-color: #799189;
}
</style>