Shades of Granny Smith #789B8D
Tints of Granny Smith #789B8D
RGB
CMYK
RGB Variations
Color information
#789B8D (or 0x789B8D) is known color: Granny Smith. HEX triplet: 78, 9B and 8D. RGB value is (120,155,141). Sum of RGB (Red+Green+Blue) = 120+155+141=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 155 - color contains mainly: green. Hex color #789B8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789B8D is #876472. Grayscale: #8E8E8E. Windows color (decimal): -8873075 or 9280376. OLE color: 9280376.
HSL color Cylindrical-coordinate representation of color #789B8D: hue angle of 156º 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 #789B8D is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 155 | 141 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.39 |
| HSL | 156º | 0.15% | 0.54% | - |
| HSV(B) | 156º | 0.23% | 0.61% | - |
| XYZ | 24.27 | 29.36 | 29.59 | - |
| YUV | 142.94 | 126.9 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 155 | 141 | 0.23 | 0 | 0.09 | 0.39 | 156 | 0.15 | 0.54 |
| Hex | 78 | 9B | 8D | 17 | 0 | 9 | 27 | 9C | F | 36 |
| Octal | 170 | 233 | 215 | 27 | 0 | 11 | 47 | 234 | 17 | 66 |
| Binary | 1111000 | 10011011 | 10001101 | 10111 | 0 | 1001 | 100111 | 10011100 | 1111 | 110110 |
Color Harmonies of #789B8D
Complementary color
Monochromatic Colors of #789B8D
Black with #789B8D
Text Example
Text Example
White with #789B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789B8D; }
p { color: rgb(120,155,141); }
H1.HeaderClassName
{
color: #789B8D;
}
.AnyTagClassName
{
color: #789B8D;
}
</style>
background-color css
<style>
a { background-color: #789B8D; }
a { background-color: rgb(120,155,141); }
div.DivClassName
{
background-color: #789B8D;
}
.BgClassName
{
background-color: #789B8D;
}
</style>
border-color css
<style>
span { border-color: #789B8D; }
span { border-color: rgb(120,155,141); }
td.TdClassName
{
border-color: #789B8D;
}
.TagClassName
{
border-color: #789B8D;
}
</style>