Shades of Granny Smith #789585
Tints of Granny Smith #789585
RGB
CMYK
RGB Variations
Color information
#789585 (or 0x789585) is known color: Granny Smith. HEX triplet: 78, 95 and 85. RGB value is (120,149,133). Sum of RGB (Red+Green+Blue) = 120+149+133=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 149 - color contains mainly: green. Hex color #789585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789585 is #876A7A. Grayscale: #8A8A8A. Windows color (decimal): -8874619 or 8754552. OLE color: 8754552.
HSL color Cylindrical-coordinate representation of color #789585: hue angle of 146.9º 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 #789585 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 149 | 133 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.42 |
| HSL | 146.9º | 0.12% | 0.53% | - |
| HSV(B) | 146.9º | 0.19% | 0.58% | - |
| XYZ | 22.73 | 27.18 | 26.24 | - |
| YUV | 138.51 | 124.89 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 149 | 133 | 0.19 | 0 | 0.11 | 0.42 | 146.9 | 0.12 | 0.53 |
| Hex | 78 | 95 | 85 | 13 | 0 | B | 2A | 93 | C | 35 |
| Octal | 170 | 225 | 205 | 23 | 0 | 13 | 52 | 223 | 14 | 65 |
| Binary | 1111000 | 10010101 | 10000101 | 10011 | 0 | 1011 | 101010 | 10010011 | 1100 | 110101 |
Color Harmonies of #789585
Complementary color
Monochromatic Colors of #789585
Black with #789585
Text Example
Text Example
White with #789585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789585; }
p { color: rgb(120,149,133); }
H1.HeaderClassName
{
color: #789585;
}
.AnyTagClassName
{
color: #789585;
}
</style>
background-color css
<style>
a { background-color: #789585; }
a { background-color: rgb(120,149,133); }
div.DivClassName
{
background-color: #789585;
}
.BgClassName
{
background-color: #789585;
}
</style>
border-color css
<style>
span { border-color: #789585; }
span { border-color: rgb(120,149,133); }
td.TdClassName
{
border-color: #789585;
}
.TagClassName
{
border-color: #789585;
}
</style>