Shades of Granny Smith #769789
Tints of Granny Smith #769789
RGB
CMYK
RGB Variations
Color information
#769789 (or 0x769789) is known color: Granny Smith. HEX triplet: 76, 97 and 89. RGB value is (118,151,137). Sum of RGB (Red+Green+Blue) = 118+151+137=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 151 - color contains mainly: green. Hex color #769789 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769789 is #896876. Grayscale: #8B8B8B. Windows color (decimal): -9005175 or 9017206. OLE color: 9017206.
HSL color Cylindrical-coordinate representation of color #769789: hue angle of 154.55º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #769789 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 151 | 137 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.41 |
| HSL | 154.55º | 0.14% | 0.53% | - |
| HSV(B) | 154.55º | 0.22% | 0.59% | - |
| XYZ | 23.05 | 27.79 | 27.82 | - |
| YUV | 139.54 | 126.57 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 151 | 137 | 0.22 | 0 | 0.09 | 0.41 | 154.55 | 0.14 | 0.53 |
| Hex | 76 | 97 | 89 | 16 | 0 | 9 | 29 | 9B | E | 35 |
| Octal | 166 | 227 | 211 | 26 | 0 | 11 | 51 | 233 | 16 | 65 |
| Binary | 1110110 | 10010111 | 10001001 | 10110 | 0 | 1001 | 101001 | 10011011 | 1110 | 110101 |
Color Harmonies of #769789
Complementary color
Monochromatic Colors of #769789
Black with #769789
Text Example
Text Example
White with #769789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769789; }
p { color: rgb(118,151,137); }
H1.HeaderClassName
{
color: #769789;
}
.AnyTagClassName
{
color: #769789;
}
</style>
background-color css
<style>
a { background-color: #769789; }
a { background-color: rgb(118,151,137); }
div.DivClassName
{
background-color: #769789;
}
.BgClassName
{
background-color: #769789;
}
</style>
border-color css
<style>
span { border-color: #769789; }
span { border-color: rgb(118,151,137); }
td.TdClassName
{
border-color: #769789;
}
.TagClassName
{
border-color: #769789;
}
</style>