Shades of De York #7EBA76
Tints of De York #7EBA76
RGB
CMYK
RGB Variations
Color information
#7EBA76 (or 0x7EBA76) is known color: De York. HEX triplet: 7E, BA and 76. RGB value is (126,186,118). Sum of RGB (Red+Green+Blue) = 126+186+118=430 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.30% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBA76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBA76 is #814589. Grayscale: #A0A0A0. Windows color (decimal): -8471946 or 7780990. OLE color: 7780990.
HSL color Cylindrical-coordinate representation of color #7EBA76: hue angle of 112.94º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7EBA76 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 186 | 118 | - |
| CMYK | 0.32 | 0 | 0.37 | 0.27 |
| HSL | 112.94º | 0.33% | 0.6% | - |
| HSV(B) | 112.94º | 0.37% | 0.73% | - |
| XYZ | 29.43 | 40.86 | 23.48 | - |
| YUV | 160.31 | 104.12 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 186 | 118 | 0.32 | 0 | 0.37 | 0.27 | 112.94 | 0.33 | 0.6 |
| Hex | 7E | BA | 76 | 20 | 0 | 25 | 1B | 71 | 21 | 3C |
| Octal | 176 | 272 | 166 | 40 | 0 | 45 | 33 | 161 | 41 | 74 |
| Binary | 1111110 | 10111010 | 1110110 | 100000 | 0 | 100101 | 11011 | 1110001 | 100001 | 111100 |
Color Harmonies of #7EBA76
Complementary color
Monochromatic Colors of #7EBA76
Black with #7EBA76
Text Example
Text Example
White with #7EBA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBA76; }
p { color: rgb(126,186,118); }
H1.HeaderClassName
{
color: #7EBA76;
}
.AnyTagClassName
{
color: #7EBA76;
}
</style>
background-color css
<style>
a { background-color: #7EBA76; }
a { background-color: rgb(126,186,118); }
div.DivClassName
{
background-color: #7EBA76;
}
.BgClassName
{
background-color: #7EBA76;
}
</style>
border-color css
<style>
span { border-color: #7EBA76; }
span { border-color: rgb(126,186,118); }
td.TdClassName
{
border-color: #7EBA76;
}
.TagClassName
{
border-color: #7EBA76;
}
</style>