Shades of De York #76BC7E
Tints of De York #76BC7E
RGB
CMYK
RGB Variations
Color information
#76BC7E (or 0x76BC7E) is known color: De York. HEX triplet: 76, BC and 7E. RGB value is (118,188,126). Sum of RGB (Red+Green+Blue) = 118+188+126=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BC7E is #894381. Grayscale: #A0A0A0. Windows color (decimal): -8995714 or 8305782. OLE color: 8305782.
HSL color Cylindrical-coordinate representation of color #76BC7E: hue angle of 126.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BC7E is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 188 | 126 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.26 |
| HSL | 126.86º | 0.34% | 0.6% | - |
| HSV(B) | 126.86º | 0.37% | 0.74% | - |
| XYZ | 29.22 | 41.32 | 26.17 | - |
| YUV | 160 | 108.81 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 188 | 126 | 0.37 | 0 | 0.33 | 0.26 | 126.86 | 0.34 | 0.6 |
| Hex | 76 | BC | 7E | 25 | 0 | 21 | 1A | 7F | 22 | 3C |
| Octal | 166 | 274 | 176 | 45 | 0 | 41 | 32 | 177 | 42 | 74 |
| Binary | 1110110 | 10111100 | 1111110 | 100101 | 0 | 100001 | 11010 | 1111111 | 100010 | 111100 |
Color Harmonies of #76BC7E
Complementary color
Monochromatic Colors of #76BC7E
Black with #76BC7E
Text Example
Text Example
White with #76BC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BC7E; }
p { color: rgb(118,188,126); }
H1.HeaderClassName
{
color: #76BC7E;
}
.AnyTagClassName
{
color: #76BC7E;
}
</style>
background-color css
<style>
a { background-color: #76BC7E; }
a { background-color: rgb(118,188,126); }
div.DivClassName
{
background-color: #76BC7E;
}
.BgClassName
{
background-color: #76BC7E;
}
</style>
border-color css
<style>
span { border-color: #76BC7E; }
span { border-color: rgb(118,188,126); }
td.TdClassName
{
border-color: #76BC7E;
}
.TagClassName
{
border-color: #76BC7E;
}
</style>