Shades of De York #7AB97C
Tints of De York #7AB97C
RGB
CMYK
RGB Variations
Color information
#7AB97C (or 0x7AB97C) is known color: De York. HEX triplet: 7A, B9 and 7C. RGB value is (122,185,124). Sum of RGB (Red+Green+Blue) = 122+185+124=431 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.31% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB97C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB97C is #854683. Grayscale: #9F9F9F. Windows color (decimal): -8734340 or 8173946. OLE color: 8173946.
HSL color Cylindrical-coordinate representation of color #7AB97C: hue angle of 121.9º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7AB97C is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 124 | - |
| CMYK | 0.34 | 0 | 0.33 | 0.27 |
| HSL | 121.9º | 0.31% | 0.6% | - |
| HSV(B) | 121.9º | 0.34% | 0.73% | - |
| XYZ | 29.01 | 40.29 | 25.32 | - |
| YUV | 159.21 | 108.13 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 124 | 0.34 | 0 | 0.33 | 0.27 | 121.9 | 0.31 | 0.6 |
| Hex | 7A | B9 | 7C | 22 | 0 | 21 | 1B | 7A | 1F | 3C |
| Octal | 172 | 271 | 174 | 42 | 0 | 41 | 33 | 172 | 37 | 74 |
| Binary | 1111010 | 10111001 | 1111100 | 100010 | 0 | 100001 | 11011 | 1111010 | 11111 | 111100 |
Color Harmonies of #7AB97C
Complementary color
Monochromatic Colors of #7AB97C
Black with #7AB97C
Text Example
Text Example
White with #7AB97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB97C; }
p { color: rgb(122,185,124); }
H1.HeaderClassName
{
color: #7AB97C;
}
.AnyTagClassName
{
color: #7AB97C;
}
</style>
background-color css
<style>
a { background-color: #7AB97C; }
a { background-color: rgb(122,185,124); }
div.DivClassName
{
background-color: #7AB97C;
}
.BgClassName
{
background-color: #7AB97C;
}
</style>
border-color css
<style>
span { border-color: #7AB97C; }
span { border-color: rgb(122,185,124); }
td.TdClassName
{
border-color: #7AB97C;
}
.TagClassName
{
border-color: #7AB97C;
}
</style>