Shades of Granny Smith #769D8F
Tints of Granny Smith #769D8F
RGB
CMYK
RGB Variations
Color information
#769D8F (or 0x769D8F) is known color: Granny Smith. HEX triplet: 76, 9D and 8F. RGB value is (118,157,143). Sum of RGB (Red+Green+Blue) = 118+157+143=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 157 - color contains mainly: green. Hex color #769D8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769D8F is #896270. Grayscale: #8F8F8F. Windows color (decimal): -9003633 or 9411958. OLE color: 9411958.
HSL color Cylindrical-coordinate representation of color #769D8F: hue angle of 158.46º 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 #769D8F is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 157 | 143 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.38 |
| HSL | 158.46º | 0.17% | 0.54% | - |
| HSV(B) | 158.46º | 0.25% | 0.62% | - |
| XYZ | 24.49 | 29.95 | 30.48 | - |
| YUV | 143.74 | 127.58 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 157 | 143 | 0.25 | 0 | 0.09 | 0.38 | 158.46 | 0.17 | 0.54 |
| Hex | 76 | 9D | 8F | 19 | 0 | 9 | 26 | 9E | 11 | 36 |
| Octal | 166 | 235 | 217 | 31 | 0 | 11 | 46 | 236 | 21 | 66 |
| Binary | 1110110 | 10011101 | 10001111 | 11001 | 0 | 1001 | 100110 | 10011110 | 10001 | 110110 |
Color Harmonies of #769D8F
Complementary color
Monochromatic Colors of #769D8F
Black with #769D8F
Text Example
Text Example
White with #769D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769D8F; }
p { color: rgb(118,157,143); }
H1.HeaderClassName
{
color: #769D8F;
}
.AnyTagClassName
{
color: #769D8F;
}
</style>
background-color css
<style>
a { background-color: #769D8F; }
a { background-color: rgb(118,157,143); }
div.DivClassName
{
background-color: #769D8F;
}
.BgClassName
{
background-color: #769D8F;
}
</style>
border-color css
<style>
span { border-color: #769D8F; }
span { border-color: rgb(118,157,143); }
td.TdClassName
{
border-color: #769D8F;
}
.TagClassName
{
border-color: #769D8F;
}
</style>