Shades of Granny Smith #799B93
Tints of Granny Smith #799B93
RGB
CMYK
RGB Variations
Color information
#799B93 (or 0x799B93) is known color: Granny Smith. HEX triplet: 79, 9B and 93. RGB value is (121,155,147). Sum of RGB (Red+Green+Blue) = 121+155+147=423 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.61% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 155 - color contains mainly: green. Hex color #799B93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799B93 is #86646C. Grayscale: #8F8F8F. Windows color (decimal): -8807533 or 9673593. OLE color: 9673593.
HSL color Cylindrical-coordinate representation of color #799B93: hue angle of 165.88º 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 #799B93 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 155 | 147 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.39 |
| HSL | 165.88º | 0.15% | 0.54% | - |
| HSV(B) | 165.88º | 0.22% | 0.61% | - |
| XYZ | 24.87 | 29.61 | 32.01 | - |
| YUV | 143.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 155 | 147 | 0.22 | 0 | 0.05 | 0.39 | 165.88 | 0.15 | 0.54 |
| Hex | 79 | 9B | 93 | 16 | 0 | 5 | 27 | A6 | F | 36 |
| Octal | 171 | 233 | 223 | 26 | 0 | 5 | 47 | 246 | 17 | 66 |
| Binary | 1111001 | 10011011 | 10010011 | 10110 | 0 | 101 | 100111 | 10100110 | 1111 | 110110 |
Color Harmonies of #799B93
Complementary color
Monochromatic Colors of #799B93
Black with #799B93
Text Example
Text Example
White with #799B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799B93; }
p { color: rgb(121,155,147); }
H1.HeaderClassName
{
color: #799B93;
}
.AnyTagClassName
{
color: #799B93;
}
</style>
background-color css
<style>
a { background-color: #799B93; }
a { background-color: rgb(121,155,147); }
div.DivClassName
{
background-color: #799B93;
}
.BgClassName
{
background-color: #799B93;
}
</style>
border-color css
<style>
span { border-color: #799B93; }
span { border-color: rgb(121,155,147); }
td.TdClassName
{
border-color: #799B93;
}
.TagClassName
{
border-color: #799B93;
}
</style>