Shades of De York #7EBE86
Tints of De York #7EBE86
RGB
CMYK
RGB Variations
Color information
#7EBE86 (or 0x7EBE86) is known color: De York. HEX triplet: 7E, BE and 86. RGB value is (126,190,134). Sum of RGB (Red+Green+Blue) = 126+190+134=450 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 190 - color contains mainly: green. Hex color #7EBE86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBE86 is #814179. Grayscale: #A4A4A4. Windows color (decimal): -8470906 or 8830590. OLE color: 8830590.
HSL color Cylindrical-coordinate representation of color #7EBE86: hue angle of 127.5º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EBE86 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 190 | 134 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.25 |
| HSL | 127.5º | 0.33% | 0.62% | - |
| HSV(B) | 127.5º | 0.34% | 0.75% | - |
| XYZ | 31.32 | 42.98 | 29.2 | - |
| YUV | 164.48 | 110.8 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 190 | 134 | 0.34 | 0 | 0.29 | 0.25 | 127.5 | 0.33 | 0.62 |
| Hex | 7E | BE | 86 | 22 | 0 | 1D | 19 | 80 | 21 | 3E |
| Octal | 176 | 276 | 206 | 42 | 0 | 35 | 31 | 200 | 41 | 76 |
| Binary | 1111110 | 10111110 | 10000110 | 100010 | 0 | 11101 | 11001 | 10000000 | 100001 | 111110 |
Color Harmonies of #7EBE86
Complementary color
Monochromatic Colors of #7EBE86
Black with #7EBE86
Text Example
Text Example
White with #7EBE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBE86; }
p { color: rgb(126,190,134); }
H1.HeaderClassName
{
color: #7EBE86;
}
.AnyTagClassName
{
color: #7EBE86;
}
</style>
background-color css
<style>
a { background-color: #7EBE86; }
a { background-color: rgb(126,190,134); }
div.DivClassName
{
background-color: #7EBE86;
}
.BgClassName
{
background-color: #7EBE86;
}
</style>
border-color css
<style>
span { border-color: #7EBE86; }
span { border-color: rgb(126,190,134); }
td.TdClassName
{
border-color: #7EBE86;
}
.TagClassName
{
border-color: #7EBE86;
}
</style>