Shades of Granny Smith #798682
Tints of Granny Smith #798682
RGB
CMYK
RGB Variations
Color information
#798682 (or 0x798682) is known color: Granny Smith. HEX triplet: 79, 86 and 82. RGB value is (121,134,130). Sum of RGB (Red+Green+Blue) = 121+134+130=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 134 - color contains mainly: green. Hex color #798682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798682 is #86797D. Grayscale: #818181. Windows color (decimal): -8812926 or 8554105. OLE color: 8554105.
HSL color Cylindrical-coordinate representation of color #798682: hue angle of 161.54º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #798682 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 121 | 134 | 130 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.47 |
| HSL | 161.54º | 0.05% | 0.5% | - |
| HSV(B) | 161.54º | 0.1% | 0.53% | - |
| XYZ | 20.44 | 22.73 | 24.43 | - |
| YUV | 129.66 | 128.19 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 134 | 130 | 0.10 | 0 | 0.03 | 0.47 | 161.54 | 0.05 | 0.5 |
| Hex | 79 | 86 | 82 | A | 0 | 3 | 2F | A2 | 5 | 32 |
| Octal | 171 | 206 | 202 | 12 | 0 | 3 | 57 | 242 | 5 | 62 |
| Binary | 1111001 | 10000110 | 10000010 | 1010 | 0 | 11 | 101111 | 10100010 | 101 | 110010 |
Color Harmonies of #798682
Complementary color
Monochromatic Colors of #798682
Black with #798682
Text Example
Text Example
White with #798682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798682; }
p { color: rgb(121,134,130); }
H1.HeaderClassName
{
color: #798682;
}
.AnyTagClassName
{
color: #798682;
}
</style>
background-color css
<style>
a { background-color: #798682; }
a { background-color: rgb(121,134,130); }
div.DivClassName
{
background-color: #798682;
}
.BgClassName
{
background-color: #798682;
}
</style>
border-color css
<style>
span { border-color: #798682; }
span { border-color: rgb(121,134,130); }
td.TdClassName
{
border-color: #798682;
}
.TagClassName
{
border-color: #798682;
}
</style>