Shades of De York #7ABA82
Tints of De York #7ABA82
RGB
CMYK
RGB Variations
Color information
#7ABA82 (or 0x7ABA82) is known color: De York. HEX triplet: 7A, BA and 82. RGB value is (122,186,130). Sum of RGB (Red+Green+Blue) = 122+186+130=438 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.85% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABA82 is #85457D. Grayscale: #A0A0A0. Windows color (decimal): -8734078 or 8567418. OLE color: 8567418.
HSL color Cylindrical-coordinate representation of color #7ABA82: hue angle of 127.5º 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 #7ABA82 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 130 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.27 |
| HSL | 127.5º | 0.32% | 0.6% | - |
| HSV(B) | 127.5º | 0.34% | 0.73% | - |
| XYZ | 29.61 | 40.87 | 27.45 | - |
| YUV | 160.48 | 110.8 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 130 | 0.34 | 0 | 0.30 | 0.27 | 127.5 | 0.32 | 0.6 |
| Hex | 7A | BA | 82 | 22 | 0 | 1E | 1B | 80 | 20 | 3C |
| Octal | 172 | 272 | 202 | 42 | 0 | 36 | 33 | 200 | 40 | 74 |
| Binary | 1111010 | 10111010 | 10000010 | 100010 | 0 | 11110 | 11011 | 10000000 | 100000 | 111100 |
Color Harmonies of #7ABA82
Complementary color
Monochromatic Colors of #7ABA82
Black with #7ABA82
Text Example
Text Example
White with #7ABA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA82; }
p { color: rgb(122,186,130); }
H1.HeaderClassName
{
color: #7ABA82;
}
.AnyTagClassName
{
color: #7ABA82;
}
</style>
background-color css
<style>
a { background-color: #7ABA82; }
a { background-color: rgb(122,186,130); }
div.DivClassName
{
background-color: #7ABA82;
}
.BgClassName
{
background-color: #7ABA82;
}
</style>
border-color css
<style>
span { border-color: #7ABA82; }
span { border-color: rgb(122,186,130); }
td.TdClassName
{
border-color: #7ABA82;
}
.TagClassName
{
border-color: #7ABA82;
}
</style>