Shades of Granny Smith #769689
Tints of Granny Smith #769689
RGB
CMYK
RGB Variations
Color information
#769689 (or 0x769689) is known color: Granny Smith. HEX triplet: 76, 96 and 89. RGB value is (118,150,137). Sum of RGB (Red+Green+Blue) = 118+150+137=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 150 - color contains mainly: green. Hex color #769689 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769689 is #896976. Grayscale: #8A8A8A. Windows color (decimal): -9005431 or 9016950. OLE color: 9016950.
HSL color Cylindrical-coordinate representation of color #769689: hue angle of 155.62º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #769689 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 150 | 137 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.41 |
| HSL | 155.63º | 0.13% | 0.53% | - |
| HSV(B) | 155.63º | 0.21% | 0.59% | - |
| XYZ | 22.89 | 27.47 | 27.76 | - |
| YUV | 138.95 | 126.9 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 150 | 137 | 0.21 | 0 | 0.09 | 0.41 | 155.63 | 0.13 | 0.53 |
| Hex | 76 | 96 | 89 | 15 | 0 | 9 | 29 | 9C | D | 35 |
| Octal | 166 | 226 | 211 | 25 | 0 | 11 | 51 | 234 | 15 | 65 |
| Binary | 1110110 | 10010110 | 10001001 | 10101 | 0 | 1001 | 101001 | 10011100 | 1101 | 110101 |
Color Harmonies of #769689
Complementary color
Monochromatic Colors of #769689
Black with #769689
Text Example
Text Example
White with #769689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769689; }
p { color: rgb(118,150,137); }
H1.HeaderClassName
{
color: #769689;
}
.AnyTagClassName
{
color: #769689;
}
</style>
background-color css
<style>
a { background-color: #769689; }
a { background-color: rgb(118,150,137); }
div.DivClassName
{
background-color: #769689;
}
.BgClassName
{
background-color: #769689;
}
</style>
border-color css
<style>
span { border-color: #769689; }
span { border-color: rgb(118,150,137); }
td.TdClassName
{
border-color: #769689;
}
.TagClassName
{
border-color: #769689;
}
</style>