Shades of Granny Smith #789E95
Tints of Granny Smith #789E95
RGB
CMYK
RGB Variations
Color information
#789E95 (or 0x789E95) is known color: Granny Smith. HEX triplet: 78, 9E and 95. RGB value is (120,158,149). Sum of RGB (Red+Green+Blue) = 120+158+149=427 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.10% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 158 - color contains mainly: green. Hex color #789E95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789E95 is #87616A. Grayscale: #919191. Windows color (decimal): -8872299 or 9805432. OLE color: 9805432.
HSL color Cylindrical-coordinate representation of color #789E95: hue angle of 165.79º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #789E95 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 158 | 149 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.38 |
| HSL | 165.79º | 0.16% | 0.55% | - |
| HSV(B) | 165.79º | 0.24% | 0.62% | - |
| XYZ | 25.4 | 30.62 | 33 | - |
| YUV | 145.61 | 129.91 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 158 | 149 | 0.24 | 0 | 0.06 | 0.38 | 165.79 | 0.16 | 0.55 |
| Hex | 78 | 9E | 95 | 18 | 0 | 6 | 26 | A6 | 10 | 37 |
| Octal | 170 | 236 | 225 | 30 | 0 | 6 | 46 | 246 | 20 | 67 |
| Binary | 1111000 | 10011110 | 10010101 | 11000 | 0 | 110 | 100110 | 10100110 | 10000 | 110111 |
Color Harmonies of #789E95
Complementary color
Monochromatic Colors of #789E95
Black with #789E95
Text Example
Text Example
White with #789E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789E95; }
p { color: rgb(120,158,149); }
H1.HeaderClassName
{
color: #789E95;
}
.AnyTagClassName
{
color: #789E95;
}
</style>
background-color css
<style>
a { background-color: #789E95; }
a { background-color: rgb(120,158,149); }
div.DivClassName
{
background-color: #789E95;
}
.BgClassName
{
background-color: #789E95;
}
</style>
border-color css
<style>
span { border-color: #789E95; }
span { border-color: rgb(120,158,149); }
td.TdClassName
{
border-color: #789E95;
}
.TagClassName
{
border-color: #789E95;
}
</style>