Shades of Granny Smith #769890
Tints of Granny Smith #769890
RGB
CMYK
RGB Variations
Color information
#769890 (or 0x769890) is known color: Granny Smith. HEX triplet: 76, 98 and 90. RGB value is (118,152,144). Sum of RGB (Red+Green+Blue) = 118+152+144=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 152 - color contains mainly: green. Hex color #769890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769890 is #89676F. Grayscale: #8C8C8C. Windows color (decimal): -9004912 or 9476214. OLE color: 9476214.
HSL color Cylindrical-coordinate representation of color #769890: hue angle of 165.88º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #769890 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 152 | 144 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.40 |
| HSL | 165.88º | 0.14% | 0.53% | - |
| HSV(B) | 165.88º | 0.22% | 0.6% | - |
| XYZ | 23.73 | 28.32 | 30.6 | - |
| YUV | 140.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 152 | 144 | 0.22 | 0 | 0.05 | 0.40 | 165.88 | 0.14 | 0.53 |
| Hex | 76 | 98 | 90 | 16 | 0 | 5 | 28 | A6 | E | 35 |
| Octal | 166 | 230 | 220 | 26 | 0 | 5 | 50 | 246 | 16 | 65 |
| Binary | 1110110 | 10011000 | 10010000 | 10110 | 0 | 101 | 101000 | 10100110 | 1110 | 110101 |
Color Harmonies of #769890
Complementary color
Monochromatic Colors of #769890
Black with #769890
Text Example
Text Example
White with #769890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769890; }
p { color: rgb(118,152,144); }
H1.HeaderClassName
{
color: #769890;
}
.AnyTagClassName
{
color: #769890;
}
</style>
background-color css
<style>
a { background-color: #769890; }
a { background-color: rgb(118,152,144); }
div.DivClassName
{
background-color: #769890;
}
.BgClassName
{
background-color: #769890;
}
</style>
border-color css
<style>
span { border-color: #769890; }
span { border-color: rgb(118,152,144); }
td.TdClassName
{
border-color: #769890;
}
.TagClassName
{
border-color: #769890;
}
</style>