Shades of De York #7EC074
Tints of De York #7EC074
RGB
CMYK
RGB Variations
Color information
#7EC074 (or 0x7EC074) is known color: De York. HEX triplet: 7E, C0 and 74. RGB value is (126,192,116). Sum of RGB (Red+Green+Blue) = 126+192+116=434 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.03% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC074 is #813F8B. Grayscale: #A3A3A3. Windows color (decimal): -8470412 or 7651454. OLE color: 7651454.
HSL color Cylindrical-coordinate representation of color #7EC074: hue angle of 112.11º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7EC074 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 116 | - |
| CMYK | 0.34 | 0 | 0.40 | 0.25 |
| HSL | 112.11º | 0.38% | 0.6% | - |
| HSV(B) | 112.11º | 0.4% | 0.75% | - |
| XYZ | 30.61 | 43.4 | 23.29 | - |
| YUV | 163.6 | 101.13 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 116 | 0.34 | 0 | 0.40 | 0.25 | 112.11 | 0.38 | 0.6 |
| Hex | 7E | C0 | 74 | 22 | 0 | 28 | 19 | 70 | 26 | 3C |
| Octal | 176 | 300 | 164 | 42 | 0 | 50 | 31 | 160 | 46 | 74 |
| Binary | 1111110 | 11000000 | 1110100 | 100010 | 0 | 101000 | 11001 | 1110000 | 100110 | 111100 |
Color Harmonies of #7EC074
Complementary color
Monochromatic Colors of #7EC074
Black with #7EC074
Text Example
Text Example
White with #7EC074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC074; }
p { color: rgb(126,192,116); }
H1.HeaderClassName
{
color: #7EC074;
}
.AnyTagClassName
{
color: #7EC074;
}
</style>
background-color css
<style>
a { background-color: #7EC074; }
a { background-color: rgb(126,192,116); }
div.DivClassName
{
background-color: #7EC074;
}
.BgClassName
{
background-color: #7EC074;
}
</style>
border-color css
<style>
span { border-color: #7EC074; }
span { border-color: rgb(126,192,116); }
td.TdClassName
{
border-color: #7EC074;
}
.TagClassName
{
border-color: #7EC074;
}
</style>