Shades of Granny Smith #769C8B
Tints of Granny Smith #769C8B
RGB
CMYK
RGB Variations
Color information
#769C8B (or 0x769C8B) is known color: Granny Smith. HEX triplet: 76, 9C and 8B. RGB value is (118,156,139). Sum of RGB (Red+Green+Blue) = 118+156+139=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 156 - color contains mainly: green. Hex color #769C8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769C8B is #896374. Grayscale: #8E8E8E. Windows color (decimal): -9003893 or 9149558. OLE color: 9149558.
HSL color Cylindrical-coordinate representation of color #769C8B: hue angle of 153.16º 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 #769C8B is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 156 | 139 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.39 |
| HSL | 153.16º | 0.16% | 0.54% | - |
| HSV(B) | 153.16º | 0.24% | 0.61% | - |
| XYZ | 24.02 | 29.49 | 28.85 | - |
| YUV | 142.7 | 125.91 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 156 | 139 | 0.24 | 0 | 0.11 | 0.39 | 153.16 | 0.16 | 0.54 |
| Hex | 76 | 9C | 8B | 18 | 0 | B | 27 | 99 | 10 | 36 |
| Octal | 166 | 234 | 213 | 30 | 0 | 13 | 47 | 231 | 20 | 66 |
| Binary | 1110110 | 10011100 | 10001011 | 11000 | 0 | 1011 | 100111 | 10011001 | 10000 | 110110 |
Color Harmonies of #769C8B
Complementary color
Monochromatic Colors of #769C8B
Black with #769C8B
Text Example
Text Example
White with #769C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769C8B; }
p { color: rgb(118,156,139); }
H1.HeaderClassName
{
color: #769C8B;
}
.AnyTagClassName
{
color: #769C8B;
}
</style>
background-color css
<style>
a { background-color: #769C8B; }
a { background-color: rgb(118,156,139); }
div.DivClassName
{
background-color: #769C8B;
}
.BgClassName
{
background-color: #769C8B;
}
</style>
border-color css
<style>
span { border-color: #769C8B; }
span { border-color: rgb(118,156,139); }
td.TdClassName
{
border-color: #769C8B;
}
.TagClassName
{
border-color: #769C8B;
}
</style>