Shades of Granny Smith #789C94
Tints of Granny Smith #789C94
RGB
CMYK
RGB Variations
Color information
#789C94 (or 0x789C94) is known color: Granny Smith. HEX triplet: 78, 9C and 94. RGB value is (120,156,148). Sum of RGB (Red+Green+Blue) = 120+156+148=424 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.30% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 156 - color contains mainly: green. Hex color #789C94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789C94 is #87636B. Grayscale: #909090. Windows color (decimal): -8872812 or 9739384. OLE color: 9739384.
HSL color Cylindrical-coordinate representation of color #789C94: hue angle of 166.67º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #789C94 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 156 | 148 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.39 |
| HSL | 166.67º | 0.15% | 0.54% | - |
| HSV(B) | 166.67º | 0.23% | 0.61% | - |
| XYZ | 24.98 | 29.91 | 32.47 | - |
| YUV | 144.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 156 | 148 | 0.23 | 0 | 0.05 | 0.39 | 166.67 | 0.15 | 0.54 |
| Hex | 78 | 9C | 94 | 17 | 0 | 5 | 27 | A7 | F | 36 |
| Octal | 170 | 234 | 224 | 27 | 0 | 5 | 47 | 247 | 17 | 66 |
| Binary | 1111000 | 10011100 | 10010100 | 10111 | 0 | 101 | 100111 | 10100111 | 1111 | 110110 |
Color Harmonies of #789C94
Complementary color
Monochromatic Colors of #789C94
Black with #789C94
Text Example
Text Example
White with #789C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789C94; }
p { color: rgb(120,156,148); }
H1.HeaderClassName
{
color: #789C94;
}
.AnyTagClassName
{
color: #789C94;
}
</style>
background-color css
<style>
a { background-color: #789C94; }
a { background-color: rgb(120,156,148); }
div.DivClassName
{
background-color: #789C94;
}
.BgClassName
{
background-color: #789C94;
}
</style>
border-color css
<style>
span { border-color: #789C94; }
span { border-color: rgb(120,156,148); }
td.TdClassName
{
border-color: #789C94;
}
.TagClassName
{
border-color: #789C94;
}
</style>