Shades of Granny Smith #789588
Tints of Granny Smith #789588
RGB
CMYK
RGB Variations
Color information
#789588 (or 0x789588) is known color: Granny Smith. HEX triplet: 78, 95 and 88. RGB value is (120,149,136). Sum of RGB (Red+Green+Blue) = 120+149+136=405 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.63% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 149 - color contains mainly: green. Hex color #789588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789588 is #876A77. Grayscale: #8A8A8A. Windows color (decimal): -8874616 or 8951160. OLE color: 8951160.
HSL color Cylindrical-coordinate representation of color #789588: hue angle of 153.1º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #789588 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 149 | 136 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.42 |
| HSL | 153.1º | 0.12% | 0.53% | - |
| HSV(B) | 153.1º | 0.19% | 0.58% | - |
| XYZ | 22.94 | 27.27 | 27.35 | - |
| YUV | 138.85 | 126.39 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 149 | 136 | 0.19 | 0 | 0.09 | 0.42 | 153.1 | 0.12 | 0.53 |
| Hex | 78 | 95 | 88 | 13 | 0 | 9 | 2A | 99 | C | 35 |
| Octal | 170 | 225 | 210 | 23 | 0 | 11 | 52 | 231 | 14 | 65 |
| Binary | 1111000 | 10010101 | 10001000 | 10011 | 0 | 1001 | 101010 | 10011001 | 1100 | 110101 |
Color Harmonies of #789588
Complementary color
Monochromatic Colors of #789588
Black with #789588
Text Example
Text Example
White with #789588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789588; }
p { color: rgb(120,149,136); }
H1.HeaderClassName
{
color: #789588;
}
.AnyTagClassName
{
color: #789588;
}
</style>
background-color css
<style>
a { background-color: #789588; }
a { background-color: rgb(120,149,136); }
div.DivClassName
{
background-color: #789588;
}
.BgClassName
{
background-color: #789588;
}
</style>
border-color css
<style>
span { border-color: #789588; }
span { border-color: rgb(120,149,136); }
td.TdClassName
{
border-color: #789588;
}
.TagClassName
{
border-color: #789588;
}
</style>