Shades of De York #7EBB7A
Tints of De York #7EBB7A
RGB
CMYK
RGB Variations
Color information
#7EBB7A (or 0x7EBB7A) is known color: De York. HEX triplet: 7E, BB and 7A. RGB value is (126,187,122). Sum of RGB (Red+Green+Blue) = 126+187+122=435 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.97% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 187 - color contains mainly: green. Hex color #7EBB7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBB7A is #814485. Grayscale: #A1A1A1. Windows color (decimal): -8471686 or 8043390. OLE color: 8043390.
HSL color Cylindrical-coordinate representation of color #7EBB7A: hue angle of 116.31º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EBB7A is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 187 | 122 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.27 |
| HSL | 116.31º | 0.32% | 0.61% | - |
| HSV(B) | 116.31º | 0.35% | 0.73% | - |
| XYZ | 29.89 | 41.38 | 24.82 | - |
| YUV | 161.35 | 105.79 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 187 | 122 | 0.33 | 0 | 0.35 | 0.27 | 116.31 | 0.32 | 0.61 |
| Hex | 7E | BB | 7A | 21 | 0 | 23 | 1B | 74 | 20 | 3D |
| Octal | 176 | 273 | 172 | 41 | 0 | 43 | 33 | 164 | 40 | 75 |
| Binary | 1111110 | 10111011 | 1111010 | 100001 | 0 | 100011 | 11011 | 1110100 | 100000 | 111101 |
Color Harmonies of #7EBB7A
Complementary color
Monochromatic Colors of #7EBB7A
Black with #7EBB7A
Text Example
Text Example
White with #7EBB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBB7A; }
p { color: rgb(126,187,122); }
H1.HeaderClassName
{
color: #7EBB7A;
}
.AnyTagClassName
{
color: #7EBB7A;
}
</style>
background-color css
<style>
a { background-color: #7EBB7A; }
a { background-color: rgb(126,187,122); }
div.DivClassName
{
background-color: #7EBB7A;
}
.BgClassName
{
background-color: #7EBB7A;
}
</style>
border-color css
<style>
span { border-color: #7EBB7A; }
span { border-color: rgb(126,187,122); }
td.TdClassName
{
border-color: #7EBB7A;
}
.TagClassName
{
border-color: #7EBB7A;
}
</style>