Shades of De York #7AB47D
Tints of De York #7AB47D
RGB
CMYK
RGB Variations
Color information
#7AB47D (or 0x7AB47D) is known color: De York. HEX triplet: 7A, B4 and 7D. RGB value is (122,180,125). Sum of RGB (Red+Green+Blue) = 122+180+125=427 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.57% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB47D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB47D is #854B82. Grayscale: #9C9C9C. Windows color (decimal): -8735619 or 8238202. OLE color: 8238202.
HSL color Cylindrical-coordinate representation of color #7AB47D: hue angle of 123.1º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AB47D is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 180 | 125 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.29 |
| HSL | 123.1º | 0.28% | 0.59% | - |
| HSV(B) | 123.1º | 0.32% | 0.71% | - |
| XYZ | 28.05 | 38.26 | 25.31 | - |
| YUV | 156.39 | 110.28 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 180 | 125 | 0.32 | 0 | 0.31 | 0.29 | 123.1 | 0.28 | 0.59 |
| Hex | 7A | B4 | 7D | 20 | 0 | 1F | 1D | 7B | 1C | 3B |
| Octal | 172 | 264 | 175 | 40 | 0 | 37 | 35 | 173 | 34 | 73 |
| Binary | 1111010 | 10110100 | 1111101 | 100000 | 0 | 11111 | 11101 | 1111011 | 11100 | 111011 |
Color Harmonies of #7AB47D
Complementary color
Monochromatic Colors of #7AB47D
Black with #7AB47D
Text Example
Text Example
White with #7AB47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB47D; }
p { color: rgb(122,180,125); }
H1.HeaderClassName
{
color: #7AB47D;
}
.AnyTagClassName
{
color: #7AB47D;
}
</style>
background-color css
<style>
a { background-color: #7AB47D; }
a { background-color: rgb(122,180,125); }
div.DivClassName
{
background-color: #7AB47D;
}
.BgClassName
{
background-color: #7AB47D;
}
</style>
border-color css
<style>
span { border-color: #7AB47D; }
span { border-color: rgb(122,180,125); }
td.TdClassName
{
border-color: #7AB47D;
}
.TagClassName
{
border-color: #7AB47D;
}
</style>