Shades of De York #7ABD7C
Tints of De York #7ABD7C
RGB
CMYK
RGB Variations
Color information
#7ABD7C (or 0x7ABD7C) is known color: De York. HEX triplet: 7A, BD and 7C. RGB value is (122,189,124). Sum of RGB (Red+Green+Blue) = 122+189+124=435 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.05% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABD7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABD7C is #854283. Grayscale: #A1A1A1. Windows color (decimal): -8733316 or 8174970. OLE color: 8174970.
HSL color Cylindrical-coordinate representation of color #7ABD7C: hue angle of 121.79º degrees, saturation: 0.34, 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 #7ABD7C is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 189 | 124 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.26 |
| HSL | 121.79º | 0.34% | 0.61% | - |
| HSV(B) | 121.79º | 0.35% | 0.74% | - |
| XYZ | 29.86 | 41.99 | 25.6 | - |
| YUV | 161.56 | 106.8 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 189 | 124 | 0.35 | 0 | 0.34 | 0.26 | 121.79 | 0.34 | 0.61 |
| Hex | 7A | BD | 7C | 23 | 0 | 22 | 1A | 7A | 22 | 3D |
| Octal | 172 | 275 | 174 | 43 | 0 | 42 | 32 | 172 | 42 | 75 |
| Binary | 1111010 | 10111101 | 1111100 | 100011 | 0 | 100010 | 11010 | 1111010 | 100010 | 111101 |
Color Harmonies of #7ABD7C
Complementary color
Monochromatic Colors of #7ABD7C
Black with #7ABD7C
Text Example
Text Example
White with #7ABD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABD7C; }
p { color: rgb(122,189,124); }
H1.HeaderClassName
{
color: #7ABD7C;
}
.AnyTagClassName
{
color: #7ABD7C;
}
</style>
background-color css
<style>
a { background-color: #7ABD7C; }
a { background-color: rgb(122,189,124); }
div.DivClassName
{
background-color: #7ABD7C;
}
.BgClassName
{
background-color: #7ABD7C;
}
</style>
border-color css
<style>
span { border-color: #7ABD7C; }
span { border-color: rgb(122,189,124); }
td.TdClassName
{
border-color: #7ABD7C;
}
.TagClassName
{
border-color: #7ABD7C;
}
</style>