Shades of Granny Smith #789685
Tints of Granny Smith #789685
RGB
CMYK
RGB Variations
Color information
#789685 (or 0x789685) is known color: Granny Smith. HEX triplet: 78, 96 and 85. RGB value is (120,150,133). Sum of RGB (Red+Green+Blue) = 120+150+133=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 150 - color contains mainly: green. Hex color #789685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789685 is #87697A. Grayscale: #8B8B8B. Windows color (decimal): -8874363 or 8754808. OLE color: 8754808.
HSL color Cylindrical-coordinate representation of color #789685: hue angle of 146º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #789685 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 150 | 133 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.41 |
| HSL | 146º | 0.13% | 0.53% | - |
| HSV(B) | 146º | 0.2% | 0.59% | - |
| XYZ | 22.89 | 27.5 | 26.29 | - |
| YUV | 139.09 | 124.56 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 150 | 133 | 0.20 | 0 | 0.11 | 0.41 | 146 | 0.13 | 0.53 |
| Hex | 78 | 96 | 85 | 14 | 0 | B | 29 | 92 | C | 35 |
| Octal | 170 | 226 | 205 | 24 | 0 | 13 | 51 | 222 | 14 | 65 |
| Binary | 1111000 | 10010110 | 10000101 | 10100 | 0 | 1011 | 101001 | 10010010 | 1100 | 110101 |
Color Harmonies of #789685
Complementary color
Monochromatic Colors of #789685
Black with #789685
Text Example
Text Example
White with #789685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789685; }
p { color: rgb(120,150,133); }
H1.HeaderClassName
{
color: #789685;
}
.AnyTagClassName
{
color: #789685;
}
</style>
background-color css
<style>
a { background-color: #789685; }
a { background-color: rgb(120,150,133); }
div.DivClassName
{
background-color: #789685;
}
.BgClassName
{
background-color: #789685;
}
</style>
border-color css
<style>
span { border-color: #789685; }
span { border-color: rgb(120,150,133); }
td.TdClassName
{
border-color: #789685;
}
.TagClassName
{
border-color: #789685;
}
</style>