Shades of De York #7ABC7D
Tints of De York #7ABC7D
RGB
CMYK
RGB Variations
Color information
#7ABC7D (or 0x7ABC7D) is known color: De York. HEX triplet: 7A, BC and 7D. RGB value is (122,188,125). Sum of RGB (Red+Green+Blue) = 122+188+125=435 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.05% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABC7D is #854382. Grayscale: #A1A1A1. Windows color (decimal): -8733571 or 8240250. OLE color: 8240250.
HSL color Cylindrical-coordinate representation of color #7ABC7D: hue angle of 122.73º 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 #7ABC7D is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 125 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.26 |
| HSL | 122.73º | 0.33% | 0.61% | - |
| HSV(B) | 122.73º | 0.35% | 0.74% | - |
| XYZ | 29.71 | 41.58 | 25.86 | - |
| YUV | 161.08 | 107.63 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 125 | 0.35 | 0 | 0.34 | 0.26 | 122.73 | 0.33 | 0.61 |
| Hex | 7A | BC | 7D | 23 | 0 | 22 | 1A | 7B | 21 | 3D |
| Octal | 172 | 274 | 175 | 43 | 0 | 42 | 32 | 173 | 41 | 75 |
| Binary | 1111010 | 10111100 | 1111101 | 100011 | 0 | 100010 | 11010 | 1111011 | 100001 | 111101 |
Color Harmonies of #7ABC7D
Complementary color
Monochromatic Colors of #7ABC7D
Black with #7ABC7D
Text Example
Text Example
White with #7ABC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABC7D; }
p { color: rgb(122,188,125); }
H1.HeaderClassName
{
color: #7ABC7D;
}
.AnyTagClassName
{
color: #7ABC7D;
}
</style>
background-color css
<style>
a { background-color: #7ABC7D; }
a { background-color: rgb(122,188,125); }
div.DivClassName
{
background-color: #7ABC7D;
}
.BgClassName
{
background-color: #7ABC7D;
}
</style>
border-color css
<style>
span { border-color: #7ABC7D; }
span { border-color: rgb(122,188,125); }
td.TdClassName
{
border-color: #7ABC7D;
}
.TagClassName
{
border-color: #7ABC7D;
}
</style>