Shades of De York #7ABE7C
Tints of De York #7ABE7C
RGB
CMYK
RGB Variations
Color information
#7ABE7C (or 0x7ABE7C) is known color: De York. HEX triplet: 7A, BE and 7C. RGB value is (122,190,124). Sum of RGB (Red+Green+Blue) = 122+190+124=436 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.98% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABE7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABE7C is #854183. Grayscale: #A2A2A2. Windows color (decimal): -8733060 or 8175226. OLE color: 8175226.
HSL color Cylindrical-coordinate representation of color #7ABE7C: hue angle of 121.76º 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 #7ABE7C is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 190 | 124 | - |
| CMYK | 0.36 | 0 | 0.35 | 0.25 |
| HSL | 121.76º | 0.34% | 0.61% | - |
| HSV(B) | 121.76º | 0.36% | 0.75% | - |
| XYZ | 30.08 | 42.42 | 25.67 | - |
| YUV | 162.14 | 106.47 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 190 | 124 | 0.36 | 0 | 0.35 | 0.25 | 121.76 | 0.34 | 0.61 |
| Hex | 7A | BE | 7C | 24 | 0 | 23 | 19 | 7A | 22 | 3D |
| Octal | 172 | 276 | 174 | 44 | 0 | 43 | 31 | 172 | 42 | 75 |
| Binary | 1111010 | 10111110 | 1111100 | 100100 | 0 | 100011 | 11001 | 1111010 | 100010 | 111101 |
Color Harmonies of #7ABE7C
Complementary color
Monochromatic Colors of #7ABE7C
Black with #7ABE7C
Text Example
Text Example
White with #7ABE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABE7C; }
p { color: rgb(122,190,124); }
H1.HeaderClassName
{
color: #7ABE7C;
}
.AnyTagClassName
{
color: #7ABE7C;
}
</style>
background-color css
<style>
a { background-color: #7ABE7C; }
a { background-color: rgb(122,190,124); }
div.DivClassName
{
background-color: #7ABE7C;
}
.BgClassName
{
background-color: #7ABE7C;
}
</style>
border-color css
<style>
span { border-color: #7ABE7C; }
span { border-color: rgb(122,190,124); }
td.TdClassName
{
border-color: #7ABE7C;
}
.TagClassName
{
border-color: #7ABE7C;
}
</style>