Shades of Granny Smith #798A81
Tints of Granny Smith #798A81
RGB
CMYK
RGB Variations
Color information
#798A81 (or 0x798A81) is known color: Granny Smith. HEX triplet: 79, 8A and 81. RGB value is (121,138,129). Sum of RGB (Red+Green+Blue) = 121+138+129=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 138 - color contains mainly: green. Hex color #798A81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798A81 is #86757E. Grayscale: #838383. Windows color (decimal): -8811903 or 8489593. OLE color: 8489593.
HSL color Cylindrical-coordinate representation of color #798A81: hue angle of 148.24º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #798A81 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 121 | 138 | 129 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.46 |
| HSL | 148.24º | 0.07% | 0.51% | - |
| HSV(B) | 148.24º | 0.12% | 0.54% | - |
| XYZ | 20.94 | 23.83 | 24.26 | - |
| YUV | 131.89 | 126.37 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 138 | 129 | 0.12 | 0 | 0.07 | 0.46 | 148.24 | 0.07 | 0.51 |
| Hex | 79 | 8A | 81 | C | 0 | 7 | 2E | 94 | 7 | 33 |
| Octal | 171 | 212 | 201 | 14 | 0 | 7 | 56 | 224 | 7 | 63 |
| Binary | 1111001 | 10001010 | 10000001 | 1100 | 0 | 111 | 101110 | 10010100 | 111 | 110011 |
Color Harmonies of #798A81
Complementary color
Monochromatic Colors of #798A81
Black with #798A81
Text Example
Text Example
White with #798A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798A81; }
p { color: rgb(121,138,129); }
H1.HeaderClassName
{
color: #798A81;
}
.AnyTagClassName
{
color: #798A81;
}
</style>
background-color css
<style>
a { background-color: #798A81; }
a { background-color: rgb(121,138,129); }
div.DivClassName
{
background-color: #798A81;
}
.BgClassName
{
background-color: #798A81;
}
</style>
border-color css
<style>
span { border-color: #798A81; }
span { border-color: rgb(121,138,129); }
td.TdClassName
{
border-color: #798A81;
}
.TagClassName
{
border-color: #798A81;
}
</style>