Shades of Granny Smith #79918B
Tints of Granny Smith #79918B
RGB
CMYK
RGB Variations
Color information
#79918B (or 0x79918B) is known color: Granny Smith. HEX triplet: 79, 91 and 8B. RGB value is (121,145,139). Sum of RGB (Red+Green+Blue) = 121+145+139=405 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.88% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 145 - color contains mainly: green. Hex color #79918B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79918B is #866E74. Grayscale: #898989. Windows color (decimal): -8810101 or 9146745. OLE color: 9146745.
HSL color Cylindrical-coordinate representation of color #79918B: hue angle of 165º 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 #79918B is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 145 | 139 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.43 |
| HSL | 165º | 0.1% | 0.52% | - |
| HSV(B) | 165º | 0.17% | 0.57% | - |
| XYZ | 22.67 | 26.18 | 28.28 | - |
| YUV | 137.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 145 | 139 | 0.17 | 0 | 0.04 | 0.43 | 165 | 0.1 | 0.52 |
| Hex | 79 | 91 | 8B | 11 | 0 | 4 | 2B | A5 | A | 34 |
| Octal | 171 | 221 | 213 | 21 | 0 | 4 | 53 | 245 | 12 | 64 |
| Binary | 1111001 | 10010001 | 10001011 | 10001 | 0 | 100 | 101011 | 10100101 | 1010 | 110100 |
Color Harmonies of #79918B
Complementary color
Monochromatic Colors of #79918B
Black with #79918B
Text Example
Text Example
White with #79918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79918B; }
p { color: rgb(121,145,139); }
H1.HeaderClassName
{
color: #79918B;
}
.AnyTagClassName
{
color: #79918B;
}
</style>
background-color css
<style>
a { background-color: #79918B; }
a { background-color: rgb(121,145,139); }
div.DivClassName
{
background-color: #79918B;
}
.BgClassName
{
background-color: #79918B;
}
</style>
border-color css
<style>
span { border-color: #79918B; }
span { border-color: rgb(121,145,139); }
td.TdClassName
{
border-color: #79918B;
}
.TagClassName
{
border-color: #79918B;
}
</style>