Shades of Granny Smith #769D91
Tints of Granny Smith #769D91
RGB
CMYK
RGB Variations
Color information
#769D91 (or 0x769D91) is known color: Granny Smith. HEX triplet: 76, 9D and 91. RGB value is (118,157,145). Sum of RGB (Red+Green+Blue) = 118+157+145=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 157 - color contains mainly: green. Hex color #769D91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769D91 is #89626E. Grayscale: #8F8F8F. Windows color (decimal): -9003631 or 9543030. OLE color: 9543030.
HSL color Cylindrical-coordinate representation of color #769D91: hue angle of 161.54º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #769D91 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 157 | 145 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.38 |
| HSL | 161.54º | 0.17% | 0.54% | - |
| HSV(B) | 161.54º | 0.25% | 0.62% | - |
| XYZ | 24.64 | 30.01 | 31.28 | - |
| YUV | 143.97 | 128.58 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 157 | 145 | 0.25 | 0 | 0.08 | 0.38 | 161.54 | 0.17 | 0.54 |
| Hex | 76 | 9D | 91 | 19 | 0 | 8 | 26 | A2 | 11 | 36 |
| Octal | 166 | 235 | 221 | 31 | 0 | 10 | 46 | 242 | 21 | 66 |
| Binary | 1110110 | 10011101 | 10010001 | 11001 | 0 | 1000 | 100110 | 10100010 | 10001 | 110110 |
Color Harmonies of #769D91
Complementary color
Monochromatic Colors of #769D91
Black with #769D91
Text Example
Text Example
White with #769D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769D91; }
p { color: rgb(118,157,145); }
H1.HeaderClassName
{
color: #769D91;
}
.AnyTagClassName
{
color: #769D91;
}
</style>
background-color css
<style>
a { background-color: #769D91; }
a { background-color: rgb(118,157,145); }
div.DivClassName
{
background-color: #769D91;
}
.BgClassName
{
background-color: #769D91;
}
</style>
border-color css
<style>
span { border-color: #769D91; }
span { border-color: rgb(118,157,145); }
td.TdClassName
{
border-color: #769D91;
}
.TagClassName
{
border-color: #769D91;
}
</style>