Shades of De York #7ABA7A
Tints of De York #7ABA7A
RGB
CMYK
RGB Variations
Color information
#7ABA7A (or 0x7ABA7A) is known color: De York. HEX triplet: 7A, BA and 7A. RGB value is (122,186,122). Sum of RGB (Red+Green+Blue) = 122+186+122=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABA7A is #854585. Grayscale: #9F9F9F. Windows color (decimal): -8734086 or 8043130. OLE color: 8043130.
HSL color Cylindrical-coordinate representation of color #7ABA7A: hue angle of 120º 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 #7ABA7A is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 122 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.27 |
| HSL | 120º | 0.32% | 0.6% | - |
| HSV(B) | 120º | 0.34% | 0.73% | - |
| XYZ | 29.1 | 40.66 | 24.73 | - |
| YUV | 159.57 | 106.8 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 122 | 0.34 | 0 | 0.34 | 0.27 | 120 | 0.32 | 0.6 |
| Hex | 7A | BA | 7A | 22 | 0 | 22 | 1B | 78 | 20 | 3C |
| Octal | 172 | 272 | 172 | 42 | 0 | 42 | 33 | 170 | 40 | 74 |
| Binary | 1111010 | 10111010 | 1111010 | 100010 | 0 | 100010 | 11011 | 1111000 | 100000 | 111100 |
Color Harmonies of #7ABA7A
Complementary color
Monochromatic Colors of #7ABA7A
Black with #7ABA7A
Text Example
Text Example
White with #7ABA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA7A; }
p { color: rgb(122,186,122); }
H1.HeaderClassName
{
color: #7ABA7A;
}
.AnyTagClassName
{
color: #7ABA7A;
}
</style>
background-color css
<style>
a { background-color: #7ABA7A; }
a { background-color: rgb(122,186,122); }
div.DivClassName
{
background-color: #7ABA7A;
}
.BgClassName
{
background-color: #7ABA7A;
}
</style>
border-color css
<style>
span { border-color: #7ABA7A; }
span { border-color: rgb(122,186,122); }
td.TdClassName
{
border-color: #7ABA7A;
}
.TagClassName
{
border-color: #7ABA7A;
}
</style>