Shades of Granny Smith #799186
Tints of Granny Smith #799186
RGB
CMYK
RGB Variations
Color information
#799186 (or 0x799186) is known color: Granny Smith. HEX triplet: 79, 91 and 86. RGB value is (121,145,134). Sum of RGB (Red+Green+Blue) = 121+145+134=400 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.25% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 145 - color contains mainly: green. Hex color #799186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799186 is #866E79. Grayscale: #888888. Windows color (decimal): -8810106 or 8819065. OLE color: 8819065.
HSL color Cylindrical-coordinate representation of color #799186: hue angle of 152.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 #799186 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 145 | 134 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.43 |
| HSL | 152.5º | 0.1% | 0.52% | - |
| HSV(B) | 152.5º | 0.17% | 0.57% | - |
| XYZ | 22.31 | 26.04 | 26.4 | - |
| YUV | 136.57 | 126.55 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 145 | 134 | 0.17 | 0 | 0.08 | 0.43 | 152.5 | 0.1 | 0.52 |
| Hex | 79 | 91 | 86 | 11 | 0 | 8 | 2B | 98 | A | 34 |
| Octal | 171 | 221 | 206 | 21 | 0 | 10 | 53 | 230 | 12 | 64 |
| Binary | 1111001 | 10010001 | 10000110 | 10001 | 0 | 1000 | 101011 | 10011000 | 1010 | 110100 |
Color Harmonies of #799186
Complementary color
Monochromatic Colors of #799186
Black with #799186
Text Example
Text Example
White with #799186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799186; }
p { color: rgb(121,145,134); }
H1.HeaderClassName
{
color: #799186;
}
.AnyTagClassName
{
color: #799186;
}
</style>
background-color css
<style>
a { background-color: #799186; }
a { background-color: rgb(121,145,134); }
div.DivClassName
{
background-color: #799186;
}
.BgClassName
{
background-color: #799186;
}
</style>
border-color css
<style>
span { border-color: #799186; }
span { border-color: rgb(121,145,134); }
td.TdClassName
{
border-color: #799186;
}
.TagClassName
{
border-color: #799186;
}
</style>