Shades of Granny Smith #799B88
Tints of Granny Smith #799B88
RGB
CMYK
RGB Variations
Color information
#799B88 (or 0x799B88) is known color: Granny Smith. HEX triplet: 79, 9B and 88. RGB value is (121,155,136). Sum of RGB (Red+Green+Blue) = 121+155+136=412 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.37% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 155 - color contains mainly: green. Hex color #799B88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799B88 is #866477. Grayscale: #8E8E8E. Windows color (decimal): -8807544 or 8952697. OLE color: 8952697.
HSL color Cylindrical-coordinate representation of color #799B88: hue angle of 146.47º 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 #799B88 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 155 | 136 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.39 |
| HSL | 146.47º | 0.15% | 0.54% | - |
| HSV(B) | 146.47º | 0.22% | 0.61% | - |
| XYZ | 24.05 | 29.29 | 27.68 | - |
| YUV | 142.67 | 124.24 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 155 | 136 | 0.22 | 0 | 0.12 | 0.39 | 146.47 | 0.15 | 0.54 |
| Hex | 79 | 9B | 88 | 16 | 0 | C | 27 | 92 | F | 36 |
| Octal | 171 | 233 | 210 | 26 | 0 | 14 | 47 | 222 | 17 | 66 |
| Binary | 1111001 | 10011011 | 10001000 | 10110 | 0 | 1100 | 100111 | 10010010 | 1111 | 110110 |
Color Harmonies of #799B88
Complementary color
Monochromatic Colors of #799B88
Black with #799B88
Text Example
Text Example
White with #799B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799B88; }
p { color: rgb(121,155,136); }
H1.HeaderClassName
{
color: #799B88;
}
.AnyTagClassName
{
color: #799B88;
}
</style>
background-color css
<style>
a { background-color: #799B88; }
a { background-color: rgb(121,155,136); }
div.DivClassName
{
background-color: #799B88;
}
.BgClassName
{
background-color: #799B88;
}
</style>
border-color css
<style>
span { border-color: #799B88; }
span { border-color: rgb(121,155,136); }
td.TdClassName
{
border-color: #799B88;
}
.TagClassName
{
border-color: #799B88;
}
</style>