Shades of Granny Smith #769A89
Tints of Granny Smith #769A89
RGB
CMYK
RGB Variations
Color information
#769A89 (or 0x769A89) is known color: Granny Smith. HEX triplet: 76, 9A and 89. RGB value is (118,154,137). Sum of RGB (Red+Green+Blue) = 118+154+137=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 154 - color contains mainly: green. Hex color #769A89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769A89 is #896576. Grayscale: #8D8D8D. Windows color (decimal): -9004407 or 9017974. OLE color: 9017974.
HSL color Cylindrical-coordinate representation of color #769A89: hue angle of 151.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #769A89 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 154 | 137 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.40 |
| HSL | 151.67º | 0.15% | 0.53% | - |
| HSV(B) | 151.67º | 0.23% | 0.6% | - |
| XYZ | 23.54 | 28.77 | 27.98 | - |
| YUV | 141.3 | 125.57 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 137 | 0.23 | 0 | 0.11 | 0.40 | 151.67 | 0.15 | 0.53 |
| Hex | 76 | 9A | 89 | 17 | 0 | B | 28 | 98 | F | 35 |
| Octal | 166 | 232 | 211 | 27 | 0 | 13 | 50 | 230 | 17 | 65 |
| Binary | 1110110 | 10011010 | 10001001 | 10111 | 0 | 1011 | 101000 | 10011000 | 1111 | 110101 |
Color Harmonies of #769A89
Complementary color
Monochromatic Colors of #769A89
Black with #769A89
Text Example
Text Example
White with #769A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769A89; }
p { color: rgb(118,154,137); }
H1.HeaderClassName
{
color: #769A89;
}
.AnyTagClassName
{
color: #769A89;
}
</style>
background-color css
<style>
a { background-color: #769A89; }
a { background-color: rgb(118,154,137); }
div.DivClassName
{
background-color: #769A89;
}
.BgClassName
{
background-color: #769A89;
}
</style>
border-color css
<style>
span { border-color: #769A89; }
span { border-color: rgb(118,154,137); }
td.TdClassName
{
border-color: #769A89;
}
.TagClassName
{
border-color: #769A89;
}
</style>