Shades of Granny Smith #799D93
Tints of Granny Smith #799D93
RGB
CMYK
RGB Variations
Color information
#799D93 (or 0x799D93) is known color: Granny Smith. HEX triplet: 79, 9D and 93. RGB value is (121,157,147). Sum of RGB (Red+Green+Blue) = 121+157+147=425 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.47% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 157 - color contains mainly: green. Hex color #799D93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799D93 is #86626C. Grayscale: #919191. Windows color (decimal): -8807021 or 9674105. OLE color: 9674105.
HSL color Cylindrical-coordinate representation of color #799D93: hue angle of 163.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #799D93 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 157 | 147 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.38 |
| HSL | 163.33º | 0.16% | 0.55% | - |
| HSV(B) | 163.33º | 0.23% | 0.62% | - |
| XYZ | 25.21 | 30.29 | 32.12 | - |
| YUV | 145.1 | 129.07 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 147 | 0.23 | 0 | 0.06 | 0.38 | 163.33 | 0.16 | 0.55 |
| Hex | 79 | 9D | 93 | 17 | 0 | 6 | 26 | A3 | 10 | 37 |
| Octal | 171 | 235 | 223 | 27 | 0 | 6 | 46 | 243 | 20 | 67 |
| Binary | 1111001 | 10011101 | 10010011 | 10111 | 0 | 110 | 100110 | 10100011 | 10000 | 110111 |
Color Harmonies of #799D93
Complementary color
Monochromatic Colors of #799D93
Black with #799D93
Text Example
Text Example
White with #799D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799D93; }
p { color: rgb(121,157,147); }
H1.HeaderClassName
{
color: #799D93;
}
.AnyTagClassName
{
color: #799D93;
}
</style>
background-color css
<style>
a { background-color: #799D93; }
a { background-color: rgb(121,157,147); }
div.DivClassName
{
background-color: #799D93;
}
.BgClassName
{
background-color: #799D93;
}
</style>
border-color css
<style>
span { border-color: #799D93; }
span { border-color: rgb(121,157,147); }
td.TdClassName
{
border-color: #799D93;
}
.TagClassName
{
border-color: #799D93;
}
</style>