Shades of De York #7ABA7E
Tints of De York #7ABA7E
RGB
CMYK
RGB Variations
Color information
#7ABA7E (or 0x7ABA7E) is known color: De York. HEX triplet: 7A, BA and 7E. RGB value is (122,186,126). Sum of RGB (Red+Green+Blue) = 122+186+126=434 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.11% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABA7E is #854581. Grayscale: #A0A0A0. Windows color (decimal): -8734082 or 8305274. OLE color: 8305274.
HSL color Cylindrical-coordinate representation of color #7ABA7E: hue angle of 123.75º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7ABA7E is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 126 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.27 |
| HSL | 123.75º | 0.32% | 0.6% | - |
| HSV(B) | 123.75º | 0.34% | 0.73% | - |
| XYZ | 29.35 | 40.76 | 26.06 | - |
| YUV | 160.02 | 108.8 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 126 | 0.34 | 0 | 0.32 | 0.27 | 123.75 | 0.32 | 0.6 |
| Hex | 7A | BA | 7E | 22 | 0 | 20 | 1B | 7C | 20 | 3C |
| Octal | 172 | 272 | 176 | 42 | 0 | 40 | 33 | 174 | 40 | 74 |
| Binary | 1111010 | 10111010 | 1111110 | 100010 | 0 | 100000 | 11011 | 1111100 | 100000 | 111100 |
Color Harmonies of #7ABA7E
Complementary color
Monochromatic Colors of #7ABA7E
Black with #7ABA7E
Text Example
Text Example
White with #7ABA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA7E; }
p { color: rgb(122,186,126); }
H1.HeaderClassName
{
color: #7ABA7E;
}
.AnyTagClassName
{
color: #7ABA7E;
}
</style>
background-color css
<style>
a { background-color: #7ABA7E; }
a { background-color: rgb(122,186,126); }
div.DivClassName
{
background-color: #7ABA7E;
}
.BgClassName
{
background-color: #7ABA7E;
}
</style>
border-color css
<style>
span { border-color: #7ABA7E; }
span { border-color: rgb(122,186,126); }
td.TdClassName
{
border-color: #7ABA7E;
}
.TagClassName
{
border-color: #7ABA7E;
}
</style>