Shades of De York #7ABC72
Tints of De York #7ABC72
RGB
CMYK
RGB Variations
Color information
#7ABC72 (or 0x7ABC72) is known color: De York. HEX triplet: 7A, BC and 72. RGB value is (122,188,114). Sum of RGB (Red+Green+Blue) = 122+188+114=424 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.77% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABC72 is #85438D. Grayscale: #A0A0A0. Windows color (decimal): -8733582 or 7519354. OLE color: 7519354.
HSL color Cylindrical-coordinate representation of color #7ABC72: hue angle of 113.51º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ABC72 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 114 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.26 |
| HSL | 113.51º | 0.36% | 0.59% | - |
| HSV(B) | 113.51º | 0.39% | 0.74% | - |
| XYZ | 29.05 | 41.32 | 22.36 | - |
| YUV | 159.83 | 102.13 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 114 | 0.35 | 0 | 0.39 | 0.26 | 113.51 | 0.36 | 0.59 |
| Hex | 7A | BC | 72 | 23 | 0 | 27 | 1A | 72 | 24 | 3B |
| Octal | 172 | 274 | 162 | 43 | 0 | 47 | 32 | 162 | 44 | 73 |
| Binary | 1111010 | 10111100 | 1110010 | 100011 | 0 | 100111 | 11010 | 1110010 | 100100 | 111011 |
Color Harmonies of #7ABC72
Complementary color
Monochromatic Colors of #7ABC72
Black with #7ABC72
Text Example
Text Example
White with #7ABC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABC72; }
p { color: rgb(122,188,114); }
H1.HeaderClassName
{
color: #7ABC72;
}
.AnyTagClassName
{
color: #7ABC72;
}
</style>
background-color css
<style>
a { background-color: #7ABC72; }
a { background-color: rgb(122,188,114); }
div.DivClassName
{
background-color: #7ABC72;
}
.BgClassName
{
background-color: #7ABC72;
}
</style>
border-color css
<style>
span { border-color: #7ABC72; }
span { border-color: rgb(122,188,114); }
td.TdClassName
{
border-color: #7ABC72;
}
.TagClassName
{
border-color: #7ABC72;
}
</style>