Shades of Granny Smith #769E90
Tints of Granny Smith #769E90
RGB
CMYK
RGB Variations
Color information
#769E90 (or 0x769E90) is known color: Granny Smith. HEX triplet: 76, 9E and 90. RGB value is (118,158,144). Sum of RGB (Red+Green+Blue) = 118+158+144=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 158 - color contains mainly: green. Hex color #769E90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769E90 is #89616F. Grayscale: #909090. Windows color (decimal): -9003376 or 9477750. OLE color: 9477750.
HSL color Cylindrical-coordinate representation of color #769E90: hue angle of 159º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #769E90 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 158 | 144 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.38 |
| HSL | 159º | 0.17% | 0.54% | - |
| HSV(B) | 159º | 0.25% | 0.62% | - |
| XYZ | 24.73 | 30.32 | 30.93 | - |
| YUV | 144.44 | 127.75 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 158 | 144 | 0.25 | 0 | 0.09 | 0.38 | 159 | 0.17 | 0.54 |
| Hex | 76 | 9E | 90 | 19 | 0 | 9 | 26 | 9F | 11 | 36 |
| Octal | 166 | 236 | 220 | 31 | 0 | 11 | 46 | 237 | 21 | 66 |
| Binary | 1110110 | 10011110 | 10010000 | 11001 | 0 | 1001 | 100110 | 10011111 | 10001 | 110110 |
Color Harmonies of #769E90
Complementary color
Monochromatic Colors of #769E90
Black with #769E90
Text Example
Text Example
White with #769E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769E90; }
p { color: rgb(118,158,144); }
H1.HeaderClassName
{
color: #769E90;
}
.AnyTagClassName
{
color: #769E90;
}
</style>
background-color css
<style>
a { background-color: #769E90; }
a { background-color: rgb(118,158,144); }
div.DivClassName
{
background-color: #769E90;
}
.BgClassName
{
background-color: #769E90;
}
</style>
border-color css
<style>
span { border-color: #769E90; }
span { border-color: rgb(118,158,144); }
td.TdClassName
{
border-color: #769E90;
}
.TagClassName
{
border-color: #769E90;
}
</style>