Shades of De York #7EBA7F
Tints of De York #7EBA7F
RGB
CMYK
RGB Variations
Color information
#7EBA7F (or 0x7EBA7F) is known color: De York. HEX triplet: 7E, BA and 7F. RGB value is (126,186,127). Sum of RGB (Red+Green+Blue) = 126+186+127=439 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.70% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBA7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBA7F is #814580. Grayscale: #A1A1A1. Windows color (decimal): -8471937 or 8370814. OLE color: 8370814.
HSL color Cylindrical-coordinate representation of color #7EBA7F: hue angle of 121º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EBA7F is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 186 | 127 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.27 |
| HSL | 121º | 0.3% | 0.61% | - |
| HSV(B) | 121º | 0.32% | 0.73% | - |
| XYZ | 29.99 | 41.09 | 26.43 | - |
| YUV | 161.33 | 108.62 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 186 | 127 | 0.32 | 0 | 0.32 | 0.27 | 121 | 0.3 | 0.61 |
| Hex | 7E | BA | 7F | 20 | 0 | 20 | 1B | 79 | 1E | 3D |
| Octal | 176 | 272 | 177 | 40 | 0 | 40 | 33 | 171 | 36 | 75 |
| Binary | 1111110 | 10111010 | 1111111 | 100000 | 0 | 100000 | 11011 | 1111001 | 11110 | 111101 |
Color Harmonies of #7EBA7F
Complementary color
Monochromatic Colors of #7EBA7F
Black with #7EBA7F
Text Example
Text Example
White with #7EBA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBA7F; }
p { color: rgb(126,186,127); }
H1.HeaderClassName
{
color: #7EBA7F;
}
.AnyTagClassName
{
color: #7EBA7F;
}
</style>
background-color css
<style>
a { background-color: #7EBA7F; }
a { background-color: rgb(126,186,127); }
div.DivClassName
{
background-color: #7EBA7F;
}
.BgClassName
{
background-color: #7EBA7F;
}
</style>
border-color css
<style>
span { border-color: #7EBA7F; }
span { border-color: rgb(126,186,127); }
td.TdClassName
{
border-color: #7EBA7F;
}
.TagClassName
{
border-color: #7EBA7F;
}
</style>