Shades of Granny Smith #79918A
Tints of Granny Smith #79918A
RGB
CMYK
RGB Variations
Color information
#79918A (or 0x79918A) is known color: Granny Smith. HEX triplet: 79, 91 and 8A. RGB value is (121,145,138). Sum of RGB (Red+Green+Blue) = 121+145+138=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 145 - color contains mainly: green. Hex color #79918A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79918A is #866E75. Grayscale: #898989. Windows color (decimal): -8810102 or 9081209. OLE color: 9081209.
HSL color Cylindrical-coordinate representation of color #79918A: hue angle of 162.5º 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 #79918A is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 145 | 138 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.43 |
| HSL | 162.5º | 0.1% | 0.52% | - |
| HSV(B) | 162.5º | 0.17% | 0.57% | - |
| XYZ | 22.6 | 26.15 | 27.9 | - |
| YUV | 137.03 | 128.55 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 145 | 138 | 0.17 | 0 | 0.05 | 0.43 | 162.5 | 0.1 | 0.52 |
| Hex | 79 | 91 | 8A | 11 | 0 | 5 | 2B | A2 | A | 34 |
| Octal | 171 | 221 | 212 | 21 | 0 | 5 | 53 | 242 | 12 | 64 |
| Binary | 1111001 | 10010001 | 10001010 | 10001 | 0 | 101 | 101011 | 10100010 | 1010 | 110100 |
Color Harmonies of #79918A
Complementary color
Monochromatic Colors of #79918A
Black with #79918A
Text Example
Text Example
White with #79918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79918A; }
p { color: rgb(121,145,138); }
H1.HeaderClassName
{
color: #79918A;
}
.AnyTagClassName
{
color: #79918A;
}
</style>
background-color css
<style>
a { background-color: #79918A; }
a { background-color: rgb(121,145,138); }
div.DivClassName
{
background-color: #79918A;
}
.BgClassName
{
background-color: #79918A;
}
</style>
border-color css
<style>
span { border-color: #79918A; }
span { border-color: rgb(121,145,138); }
td.TdClassName
{
border-color: #79918A;
}
.TagClassName
{
border-color: #79918A;
}
</style>