Shades of De York #7ABC7C
Tints of De York #7ABC7C
RGB
CMYK
RGB Variations
Color information
#7ABC7C (or 0x7ABC7C) is known color: De York. HEX triplet: 7A, BC and 7C. RGB value is (122,188,124). Sum of RGB (Red+Green+Blue) = 122+188+124=434 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.11% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABC7C is #854383. Grayscale: #A1A1A1. Windows color (decimal): -8733572 or 8174714. OLE color: 8174714.
HSL color Cylindrical-coordinate representation of color #7ABC7C: hue angle of 121.82º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7ABC7C is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 124 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.26 |
| HSL | 121.82º | 0.33% | 0.61% | - |
| HSV(B) | 121.82º | 0.35% | 0.74% | - |
| XYZ | 29.65 | 41.56 | 25.53 | - |
| YUV | 160.97 | 107.13 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 124 | 0.35 | 0 | 0.34 | 0.26 | 121.82 | 0.33 | 0.61 |
| Hex | 7A | BC | 7C | 23 | 0 | 22 | 1A | 7A | 21 | 3D |
| Octal | 172 | 274 | 174 | 43 | 0 | 42 | 32 | 172 | 41 | 75 |
| Binary | 1111010 | 10111100 | 1111100 | 100011 | 0 | 100010 | 11010 | 1111010 | 100001 | 111101 |
Color Harmonies of #7ABC7C
Complementary color
Monochromatic Colors of #7ABC7C
Black with #7ABC7C
Text Example
Text Example
White with #7ABC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABC7C; }
p { color: rgb(122,188,124); }
H1.HeaderClassName
{
color: #7ABC7C;
}
.AnyTagClassName
{
color: #7ABC7C;
}
</style>
background-color css
<style>
a { background-color: #7ABC7C; }
a { background-color: rgb(122,188,124); }
div.DivClassName
{
background-color: #7ABC7C;
}
.BgClassName
{
background-color: #7ABC7C;
}
</style>
border-color css
<style>
span { border-color: #7ABC7C; }
span { border-color: rgb(122,188,124); }
td.TdClassName
{
border-color: #7ABC7C;
}
.TagClassName
{
border-color: #7ABC7C;
}
</style>