Shades of De York #7EBB76
Tints of De York #7EBB76
RGB
CMYK
RGB Variations
Color information
#7EBB76 (or 0x7EBB76) is known color: De York. HEX triplet: 7E, BB and 76. RGB value is (126,187,118). Sum of RGB (Red+Green+Blue) = 126+187+118=431 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.23% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 187 - color contains mainly: green. Hex color #7EBB76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBB76 is #814489. Grayscale: #A1A1A1. Windows color (decimal): -8471690 or 7781246. OLE color: 7781246.
HSL color Cylindrical-coordinate representation of color #7EBB76: hue angle of 113.04º degrees, saturation: 0.34, 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 #7EBB76 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 187 | 118 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.27 |
| HSL | 113.04º | 0.34% | 0.6% | - |
| HSV(B) | 113.04º | 0.37% | 0.73% | - |
| XYZ | 29.64 | 41.28 | 23.55 | - |
| YUV | 160.9 | 103.79 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 187 | 118 | 0.33 | 0 | 0.37 | 0.27 | 113.04 | 0.34 | 0.6 |
| Hex | 7E | BB | 76 | 21 | 0 | 25 | 1B | 71 | 22 | 3C |
| Octal | 176 | 273 | 166 | 41 | 0 | 45 | 33 | 161 | 42 | 74 |
| Binary | 1111110 | 10111011 | 1110110 | 100001 | 0 | 100101 | 11011 | 1110001 | 100010 | 111100 |
Color Harmonies of #7EBB76
Complementary color
Monochromatic Colors of #7EBB76
Black with #7EBB76
Text Example
Text Example
White with #7EBB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBB76; }
p { color: rgb(126,187,118); }
H1.HeaderClassName
{
color: #7EBB76;
}
.AnyTagClassName
{
color: #7EBB76;
}
</style>
background-color css
<style>
a { background-color: #7EBB76; }
a { background-color: rgb(126,187,118); }
div.DivClassName
{
background-color: #7EBB76;
}
.BgClassName
{
background-color: #7EBB76;
}
</style>
border-color css
<style>
span { border-color: #7EBB76; }
span { border-color: rgb(126,187,118); }
td.TdClassName
{
border-color: #7EBB76;
}
.TagClassName
{
border-color: #7EBB76;
}
</style>