Shades of De York #76BD7E
Tints of De York #76BD7E
RGB
CMYK
RGB Variations
Color information
#76BD7E (or 0x76BD7E) is known color: De York. HEX triplet: 76, BD and 7E. RGB value is (118,189,126). Sum of RGB (Red+Green+Blue) = 118+189+126=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 189 - color contains mainly: green. Hex color #76BD7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BD7E is #894281. Grayscale: #A0A0A0. Windows color (decimal): -8995458 or 8306038. OLE color: 8306038.
HSL color Cylindrical-coordinate representation of color #76BD7E: hue angle of 126.76º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BD7E is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 189 | 126 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.26 |
| HSL | 126.76º | 0.35% | 0.6% | - |
| HSV(B) | 126.76º | 0.38% | 0.74% | - |
| XYZ | 29.43 | 41.75 | 26.25 | - |
| YUV | 160.59 | 108.48 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 189 | 126 | 0.38 | 0 | 0.33 | 0.26 | 126.76 | 0.35 | 0.6 |
| Hex | 76 | BD | 7E | 26 | 0 | 21 | 1A | 7F | 23 | 3C |
| Octal | 166 | 275 | 176 | 46 | 0 | 41 | 32 | 177 | 43 | 74 |
| Binary | 1110110 | 10111101 | 1111110 | 100110 | 0 | 100001 | 11010 | 1111111 | 100011 | 111100 |
Color Harmonies of #76BD7E
Complementary color
Monochromatic Colors of #76BD7E
Black with #76BD7E
Text Example
Text Example
White with #76BD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BD7E; }
p { color: rgb(118,189,126); }
H1.HeaderClassName
{
color: #76BD7E;
}
.AnyTagClassName
{
color: #76BD7E;
}
</style>
background-color css
<style>
a { background-color: #76BD7E; }
a { background-color: rgb(118,189,126); }
div.DivClassName
{
background-color: #76BD7E;
}
.BgClassName
{
background-color: #76BD7E;
}
</style>
border-color css
<style>
span { border-color: #76BD7E; }
span { border-color: rgb(118,189,126); }
td.TdClassName
{
border-color: #76BD7E;
}
.TagClassName
{
border-color: #76BD7E;
}
</style>