Shades of Granny Smith #799284
Tints of Granny Smith #799284
RGB
CMYK
RGB Variations
Color information
#799284 (or 0x799284) is known color: Granny Smith. HEX triplet: 79, 92 and 84. RGB value is (121,146,132). Sum of RGB (Red+Green+Blue) = 121+146+132=399 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.33% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 146 - color contains mainly: green. Hex color #799284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799284 is #866D7B. Grayscale: #888888. Windows color (decimal): -8809852 or 8688249. OLE color: 8688249.
HSL color Cylindrical-coordinate representation of color #799284: hue angle of 146.4º 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 #799284 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 146 | 132 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.43 |
| HSL | 146.4º | 0.1% | 0.52% | - |
| HSV(B) | 146.4º | 0.17% | 0.57% | - |
| XYZ | 22.33 | 26.29 | 25.73 | - |
| YUV | 136.93 | 125.22 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 146 | 132 | 0.17 | 0 | 0.10 | 0.43 | 146.4 | 0.1 | 0.52 |
| Hex | 79 | 92 | 84 | 11 | 0 | A | 2B | 92 | A | 34 |
| Octal | 171 | 222 | 204 | 21 | 0 | 12 | 53 | 222 | 12 | 64 |
| Binary | 1111001 | 10010010 | 10000100 | 10001 | 0 | 1010 | 101011 | 10010010 | 1010 | 110100 |
Color Harmonies of #799284
Complementary color
Monochromatic Colors of #799284
Black with #799284
Text Example
Text Example
White with #799284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799284; }
p { color: rgb(121,146,132); }
H1.HeaderClassName
{
color: #799284;
}
.AnyTagClassName
{
color: #799284;
}
</style>
background-color css
<style>
a { background-color: #799284; }
a { background-color: rgb(121,146,132); }
div.DivClassName
{
background-color: #799284;
}
.BgClassName
{
background-color: #799284;
}
</style>
border-color css
<style>
span { border-color: #799284; }
span { border-color: rgb(121,146,132); }
td.TdClassName
{
border-color: #799284;
}
.TagClassName
{
border-color: #799284;
}
</style>