Shades of Granny Smith #769B91
Tints of Granny Smith #769B91
RGB
CMYK
RGB Variations
Color information
#769B91 (or 0x769B91) is known color: Granny Smith. HEX triplet: 76, 9B and 91. RGB value is (118,155,145). Sum of RGB (Red+Green+Blue) = 118+155+145=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 155 - color contains mainly: green. Hex color #769B91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769B91 is #89646E. Grayscale: #8E8E8E. Windows color (decimal): -9004143 or 9542518. OLE color: 9542518.
HSL color Cylindrical-coordinate representation of color #769B91: hue angle of 163.78º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #769B91 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 155 | 145 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.39 |
| HSL | 163.78º | 0.16% | 0.54% | - |
| HSV(B) | 163.78º | 0.24% | 0.61% | - |
| XYZ | 24.3 | 29.34 | 31.17 | - |
| YUV | 142.8 | 129.24 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 155 | 145 | 0.24 | 0 | 0.06 | 0.39 | 163.78 | 0.16 | 0.54 |
| Hex | 76 | 9B | 91 | 18 | 0 | 6 | 27 | A4 | 10 | 36 |
| Octal | 166 | 233 | 221 | 30 | 0 | 6 | 47 | 244 | 20 | 66 |
| Binary | 1110110 | 10011011 | 10010001 | 11000 | 0 | 110 | 100111 | 10100100 | 10000 | 110110 |
Color Harmonies of #769B91
Complementary color
Monochromatic Colors of #769B91
Black with #769B91
Text Example
Text Example
White with #769B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769B91; }
p { color: rgb(118,155,145); }
H1.HeaderClassName
{
color: #769B91;
}
.AnyTagClassName
{
color: #769B91;
}
</style>
background-color css
<style>
a { background-color: #769B91; }
a { background-color: rgb(118,155,145); }
div.DivClassName
{
background-color: #769B91;
}
.BgClassName
{
background-color: #769B91;
}
</style>
border-color css
<style>
span { border-color: #769B91; }
span { border-color: rgb(118,155,145); }
td.TdClassName
{
border-color: #769B91;
}
.TagClassName
{
border-color: #769B91;
}
</style>