Shades of Granny Smith #799C90
Tints of Granny Smith #799C90
RGB
CMYK
RGB Variations
Color information
#799C90 (or 0x799C90) is known color: Granny Smith. HEX triplet: 79, 9C and 90. RGB value is (121,156,144). Sum of RGB (Red+Green+Blue) = 121+156+144=421 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.74% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 156 - color contains mainly: green. Hex color #799C90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799C90 is #86636F. Grayscale: #909090. Windows color (decimal): -8807280 or 9477241. OLE color: 9477241.
HSL color Cylindrical-coordinate representation of color #799C90: hue angle of 159.43º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #799C90 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 156 | 144 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.39 |
| HSL | 159.43º | 0.15% | 0.54% | - |
| HSV(B) | 159.43º | 0.22% | 0.61% | - |
| XYZ | 24.81 | 29.86 | 30.84 | - |
| YUV | 144.17 | 127.9 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 156 | 144 | 0.22 | 0 | 0.08 | 0.39 | 159.43 | 0.15 | 0.54 |
| Hex | 79 | 9C | 90 | 16 | 0 | 8 | 27 | 9F | F | 36 |
| Octal | 171 | 234 | 220 | 26 | 0 | 10 | 47 | 237 | 17 | 66 |
| Binary | 1111001 | 10011100 | 10010000 | 10110 | 0 | 1000 | 100111 | 10011111 | 1111 | 110110 |
Color Harmonies of #799C90
Complementary color
Monochromatic Colors of #799C90
Black with #799C90
Text Example
Text Example
White with #799C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799C90; }
p { color: rgb(121,156,144); }
H1.HeaderClassName
{
color: #799C90;
}
.AnyTagClassName
{
color: #799C90;
}
</style>
background-color css
<style>
a { background-color: #799C90; }
a { background-color: rgb(121,156,144); }
div.DivClassName
{
background-color: #799C90;
}
.BgClassName
{
background-color: #799C90;
}
</style>
border-color css
<style>
span { border-color: #799C90; }
span { border-color: rgb(121,156,144); }
td.TdClassName
{
border-color: #799C90;
}
.TagClassName
{
border-color: #799C90;
}
</style>