Shades of De York #7EB881
Tints of De York #7EB881
RGB
CMYK
RGB Variations
Color information
#7EB881 (or 0x7EB881) is known color: De York. HEX triplet: 7E, B8 and 81. RGB value is (126,184,129). Sum of RGB (Red+Green+Blue) = 126+184+129=439 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.70% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 184 - color contains mainly: green. Hex color #7EB881 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EB881 is #81477E. Grayscale: #A0A0A0. Windows color (decimal): -8472447 or 8501374. OLE color: 8501374.
HSL color Cylindrical-coordinate representation of color #7EB881: hue angle of 123.1º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EB881 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 126 | 184 | 129 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.28 |
| HSL | 123.1º | 0.29% | 0.61% | - |
| HSV(B) | 123.1º | 0.32% | 0.72% | - |
| XYZ | 29.71 | 40.3 | 26.98 | - |
| YUV | 160.39 | 110.28 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 184 | 129 | 0.32 | 0 | 0.30 | 0.28 | 123.1 | 0.29 | 0.61 |
| Hex | 7E | B8 | 81 | 20 | 0 | 1E | 1C | 7B | 1D | 3D |
| Octal | 176 | 270 | 201 | 40 | 0 | 36 | 34 | 173 | 35 | 75 |
| Binary | 1111110 | 10111000 | 10000001 | 100000 | 0 | 11110 | 11100 | 1111011 | 11101 | 111101 |
Color Harmonies of #7EB881
Complementary color
Monochromatic Colors of #7EB881
Black with #7EB881
Text Example
Text Example
White with #7EB881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB881; }
p { color: rgb(126,184,129); }
H1.HeaderClassName
{
color: #7EB881;
}
.AnyTagClassName
{
color: #7EB881;
}
</style>
background-color css
<style>
a { background-color: #7EB881; }
a { background-color: rgb(126,184,129); }
div.DivClassName
{
background-color: #7EB881;
}
.BgClassName
{
background-color: #7EB881;
}
</style>
border-color css
<style>
span { border-color: #7EB881; }
span { border-color: rgb(126,184,129); }
td.TdClassName
{
border-color: #7EB881;
}
.TagClassName
{
border-color: #7EB881;
}
</style>