Shades of De York #7ABE7A
Tints of De York #7ABE7A
RGB
CMYK
RGB Variations
Color information
#7ABE7A (or 0x7ABE7A) is known color: De York. HEX triplet: 7A, BE and 7A. RGB value is (122,190,122). Sum of RGB (Red+Green+Blue) = 122+190+122=434 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.11% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABE7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABE7A is #854185. Grayscale: #A2A2A2. Windows color (decimal): -8733062 or 8044154. OLE color: 8044154.
HSL color Cylindrical-coordinate representation of color #7ABE7A: hue angle of 120º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7ABE7A is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 190 | 122 | - |
| CMYK | 0.36 | 0 | 0.36 | 0.25 |
| HSL | 120º | 0.34% | 0.61% | - |
| HSV(B) | 120º | 0.36% | 0.75% | - |
| XYZ | 29.95 | 42.37 | 25.01 | - |
| YUV | 161.92 | 105.47 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 190 | 122 | 0.36 | 0 | 0.36 | 0.25 | 120 | 0.34 | 0.61 |
| Hex | 7A | BE | 7A | 24 | 0 | 24 | 19 | 78 | 22 | 3D |
| Octal | 172 | 276 | 172 | 44 | 0 | 44 | 31 | 170 | 42 | 75 |
| Binary | 1111010 | 10111110 | 1111010 | 100100 | 0 | 100100 | 11001 | 1111000 | 100010 | 111101 |
Color Harmonies of #7ABE7A
Complementary color
Monochromatic Colors of #7ABE7A
Black with #7ABE7A
Text Example
Text Example
White with #7ABE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABE7A; }
p { color: rgb(122,190,122); }
H1.HeaderClassName
{
color: #7ABE7A;
}
.AnyTagClassName
{
color: #7ABE7A;
}
</style>
background-color css
<style>
a { background-color: #7ABE7A; }
a { background-color: rgb(122,190,122); }
div.DivClassName
{
background-color: #7ABE7A;
}
.BgClassName
{
background-color: #7ABE7A;
}
</style>
border-color css
<style>
span { border-color: #7ABE7A; }
span { border-color: rgb(122,190,122); }
td.TdClassName
{
border-color: #7ABE7A;
}
.TagClassName
{
border-color: #7ABE7A;
}
</style>