Shades of Granny Smith #799285
Tints of Granny Smith #799285
RGB
CMYK
RGB Variations
Color information
#799285 (or 0x799285) is known color: Granny Smith. HEX triplet: 79, 92 and 85. RGB value is (121,146,133). Sum of RGB (Red+Green+Blue) = 121+146+133=400 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.25% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 146 - color contains mainly: green. Hex color #799285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799285 is #866D7A. Grayscale: #898989. Windows color (decimal): -8809851 or 8753785. OLE color: 8753785.
HSL color Cylindrical-coordinate representation of color #799285: hue angle of 148.8º 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 #799285 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 146 | 133 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.43 |
| HSL | 148.8º | 0.1% | 0.52% | - |
| HSV(B) | 148.8º | 0.17% | 0.57% | - |
| XYZ | 22.4 | 26.32 | 26.09 | - |
| YUV | 137.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 146 | 133 | 0.17 | 0 | 0.09 | 0.43 | 148.8 | 0.1 | 0.52 |
| Hex | 79 | 92 | 85 | 11 | 0 | 9 | 2B | 95 | A | 34 |
| Octal | 171 | 222 | 205 | 21 | 0 | 11 | 53 | 225 | 12 | 64 |
| Binary | 1111001 | 10010010 | 10000101 | 10001 | 0 | 1001 | 101011 | 10010101 | 1010 | 110100 |
Color Harmonies of #799285
Complementary color
Monochromatic Colors of #799285
Black with #799285
Text Example
Text Example
White with #799285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799285; }
p { color: rgb(121,146,133); }
H1.HeaderClassName
{
color: #799285;
}
.AnyTagClassName
{
color: #799285;
}
</style>
background-color css
<style>
a { background-color: #799285; }
a { background-color: rgb(121,146,133); }
div.DivClassName
{
background-color: #799285;
}
.BgClassName
{
background-color: #799285;
}
</style>
border-color css
<style>
span { border-color: #799285; }
span { border-color: rgb(121,146,133); }
td.TdClassName
{
border-color: #799285;
}
.TagClassName
{
border-color: #799285;
}
</style>