Shades of Granny Smith #798880
Tints of Granny Smith #798880
RGB
CMYK
RGB Variations
Color information
#798880 (or 0x798880) is known color: Granny Smith. HEX triplet: 79, 88 and 80. RGB value is (121,136,128). Sum of RGB (Red+Green+Blue) = 121+136+128=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 136 - color contains mainly: green. Hex color #798880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798880 is #86777F. Grayscale: #828282. Windows color (decimal): -8812416 or 8423545. OLE color: 8423545.
HSL color Cylindrical-coordinate representation of color #798880: hue angle of 148º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #798880 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 121 | 136 | 128 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.47 |
| HSL | 148º | 0.06% | 0.5% | - |
| HSV(B) | 148º | 0.11% | 0.53% | - |
| XYZ | 20.59 | 23.23 | 23.82 | - |
| YUV | 130.6 | 126.53 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 136 | 128 | 0.11 | 0 | 0.06 | 0.47 | 148 | 0.06 | 0.5 |
| Hex | 79 | 88 | 80 | B | 0 | 6 | 2F | 94 | 6 | 32 |
| Octal | 171 | 210 | 200 | 13 | 0 | 6 | 57 | 224 | 6 | 62 |
| Binary | 1111001 | 10001000 | 10000000 | 1011 | 0 | 110 | 101111 | 10010100 | 110 | 110010 |
Color Harmonies of #798880
Complementary color
Monochromatic Colors of #798880
Black with #798880
Text Example
Text Example
White with #798880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798880; }
p { color: rgb(121,136,128); }
H1.HeaderClassName
{
color: #798880;
}
.AnyTagClassName
{
color: #798880;
}
</style>
background-color css
<style>
a { background-color: #798880; }
a { background-color: rgb(121,136,128); }
div.DivClassName
{
background-color: #798880;
}
.BgClassName
{
background-color: #798880;
}
</style>
border-color css
<style>
span { border-color: #798880; }
span { border-color: rgb(121,136,128); }
td.TdClassName
{
border-color: #798880;
}
.TagClassName
{
border-color: #798880;
}
</style>