Shades of De York #76C989
Tints of De York #76C989
RGB
CMYK
RGB Variations
Color information
#76C989 (or 0x76C989) is known color: De York. HEX triplet: 76, C9 and 89. RGB value is (118,201,137). Sum of RGB (Red+Green+Blue) = 118+201+137=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 201 - color contains mainly: green. Hex color #76C989 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C989 is #893676. Grayscale: #A9A9A9. Windows color (decimal): -8992375 or 9030006. OLE color: 9030006.
HSL color Cylindrical-coordinate representation of color #76C989: hue angle of 133.73º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76C989 is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 201 | 137 | - |
| CMYK | 0.41 | 0 | 0.32 | 0.21 |
| HSL | 133.73º | 0.43% | 0.63% | - |
| HSV(B) | 133.73º | 0.41% | 0.79% | - |
| XYZ | 32.87 | 47.43 | 31.09 | - |
| YUV | 168.89 | 110 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 201 | 137 | 0.41 | 0 | 0.32 | 0.21 | 133.73 | 0.43 | 0.63 |
| Hex | 76 | C9 | 89 | 29 | 0 | 20 | 15 | 86 | 2B | 3F |
| Octal | 166 | 311 | 211 | 51 | 0 | 40 | 25 | 206 | 53 | 77 |
| Binary | 1110110 | 11001001 | 10001001 | 101001 | 0 | 100000 | 10101 | 10000110 | 101011 | 111111 |
Color Harmonies of #76C989
Complementary color
Monochromatic Colors of #76C989
Black with #76C989
Text Example
Text Example
White with #76C989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C989; }
p { color: rgb(118,201,137); }
H1.HeaderClassName
{
color: #76C989;
}
.AnyTagClassName
{
color: #76C989;
}
</style>
background-color css
<style>
a { background-color: #76C989; }
a { background-color: rgb(118,201,137); }
div.DivClassName
{
background-color: #76C989;
}
.BgClassName
{
background-color: #76C989;
}
</style>
border-color css
<style>
span { border-color: #76C989; }
span { border-color: rgb(118,201,137); }
td.TdClassName
{
border-color: #76C989;
}
.TagClassName
{
border-color: #76C989;
}
</style>