Shades of Granny Smith #769088
Tints of Granny Smith #769088
RGB
CMYK
RGB Variations
Color information
#769088 (or 0x769088) is known color: Granny Smith. HEX triplet: 76, 90 and 88. RGB value is (118,144,136). Sum of RGB (Red+Green+Blue) = 118+144+136=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 144 - color contains mainly: green. Hex color #769088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769088 is #896F77. Grayscale: #878787. Windows color (decimal): -9006968 or 8949878. OLE color: 8949878.
HSL color Cylindrical-coordinate representation of color #769088: hue angle of 161.54º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #769088 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 144 | 136 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.44 |
| HSL | 161.54º | 0.1% | 0.51% | - |
| HSV(B) | 161.54º | 0.18% | 0.56% | - |
| XYZ | 21.89 | 25.58 | 27.08 | - |
| YUV | 135.31 | 128.39 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 144 | 136 | 0.18 | 0 | 0.06 | 0.44 | 161.54 | 0.1 | 0.51 |
| Hex | 76 | 90 | 88 | 12 | 0 | 6 | 2C | A2 | A | 33 |
| Octal | 166 | 220 | 210 | 22 | 0 | 6 | 54 | 242 | 12 | 63 |
| Binary | 1110110 | 10010000 | 10001000 | 10010 | 0 | 110 | 101100 | 10100010 | 1010 | 110011 |
Color Harmonies of #769088
Complementary color
Monochromatic Colors of #769088
Black with #769088
Text Example
Text Example
White with #769088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769088; }
p { color: rgb(118,144,136); }
H1.HeaderClassName
{
color: #769088;
}
.AnyTagClassName
{
color: #769088;
}
</style>
background-color css
<style>
a { background-color: #769088; }
a { background-color: rgb(118,144,136); }
div.DivClassName
{
background-color: #769088;
}
.BgClassName
{
background-color: #769088;
}
</style>
border-color css
<style>
span { border-color: #769088; }
span { border-color: rgb(118,144,136); }
td.TdClassName
{
border-color: #769088;
}
.TagClassName
{
border-color: #769088;
}
</style>