Shades of De York #7EC078
Tints of De York #7EC078
RGB
CMYK
RGB Variations
Color information
#7EC078 (or 0x7EC078) is known color: De York. HEX triplet: 7E, C0 and 78. RGB value is (126,192,120). Sum of RGB (Red+Green+Blue) = 126+192+120=438 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.77% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC078 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC078 is #813F87. Grayscale: #A4A4A4. Windows color (decimal): -8470408 or 7913598. OLE color: 7913598.
HSL color Cylindrical-coordinate representation of color #7EC078: hue angle of 115º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7EC078 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 120 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.25 |
| HSL | 115º | 0.36% | 0.61% | - |
| HSV(B) | 115º | 0.38% | 0.75% | - |
| XYZ | 30.84 | 43.49 | 24.54 | - |
| YUV | 164.06 | 103.13 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 120 | 0.34 | 0 | 0.38 | 0.25 | 115 | 0.36 | 0.61 |
| Hex | 7E | C0 | 78 | 22 | 0 | 26 | 19 | 73 | 24 | 3D |
| Octal | 176 | 300 | 170 | 42 | 0 | 46 | 31 | 163 | 44 | 75 |
| Binary | 1111110 | 11000000 | 1111000 | 100010 | 0 | 100110 | 11001 | 1110011 | 100100 | 111101 |
Color Harmonies of #7EC078
Complementary color
Monochromatic Colors of #7EC078
Black with #7EC078
Text Example
Text Example
White with #7EC078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC078; }
p { color: rgb(126,192,120); }
H1.HeaderClassName
{
color: #7EC078;
}
.AnyTagClassName
{
color: #7EC078;
}
</style>
background-color css
<style>
a { background-color: #7EC078; }
a { background-color: rgb(126,192,120); }
div.DivClassName
{
background-color: #7EC078;
}
.BgClassName
{
background-color: #7EC078;
}
</style>
border-color css
<style>
span { border-color: #7EC078; }
span { border-color: rgb(126,192,120); }
td.TdClassName
{
border-color: #7EC078;
}
.TagClassName
{
border-color: #7EC078;
}
</style>