Shades of Granny Smith #79928A
Tints of Granny Smith #79928A
RGB
CMYK
RGB Variations
Color information
#79928A (or 0x79928A) is known color: Granny Smith. HEX triplet: 79, 92 and 8A. RGB value is (121,146,138). Sum of RGB (Red+Green+Blue) = 121+146+138=405 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.88% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 146 - color contains mainly: green. Hex color #79928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79928A is #866D75. Grayscale: #898989. Windows color (decimal): -8809846 or 9081465. OLE color: 9081465.
HSL color Cylindrical-coordinate representation of color #79928A: hue angle of 160.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 #79928A is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 146 | 138 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.43 |
| HSL | 160.8º | 0.1% | 0.52% | - |
| HSV(B) | 160.8º | 0.17% | 0.57% | - |
| XYZ | 22.75 | 26.46 | 27.95 | - |
| YUV | 137.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 146 | 138 | 0.17 | 0 | 0.05 | 0.43 | 160.8 | 0.1 | 0.52 |
| Hex | 79 | 92 | 8A | 11 | 0 | 5 | 2B | A1 | A | 34 |
| Octal | 171 | 222 | 212 | 21 | 0 | 5 | 53 | 241 | 12 | 64 |
| Binary | 1111001 | 10010010 | 10001010 | 10001 | 0 | 101 | 101011 | 10100001 | 1010 | 110100 |
Color Harmonies of #79928A
Complementary color
Monochromatic Colors of #79928A
Black with #79928A
Text Example
Text Example
White with #79928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79928A; }
p { color: rgb(121,146,138); }
H1.HeaderClassName
{
color: #79928A;
}
.AnyTagClassName
{
color: #79928A;
}
</style>
background-color css
<style>
a { background-color: #79928A; }
a { background-color: rgb(121,146,138); }
div.DivClassName
{
background-color: #79928A;
}
.BgClassName
{
background-color: #79928A;
}
</style>
border-color css
<style>
span { border-color: #79928A; }
span { border-color: rgb(121,146,138); }
td.TdClassName
{
border-color: #79928A;
}
.TagClassName
{
border-color: #79928A;
}
</style>