Shades of De York #7AB47C
Tints of De York #7AB47C
RGB
CMYK
RGB Variations
Color information
#7AB47C (or 0x7AB47C) is known color: De York. HEX triplet: 7A, B4 and 7C. RGB value is (122,180,124). Sum of RGB (Red+Green+Blue) = 122+180+124=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB47C is #854B83. Grayscale: #9C9C9C. Windows color (decimal): -8735620 or 8172666. OLE color: 8172666.
HSL color Cylindrical-coordinate representation of color #7AB47C: hue angle of 122.07º 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 #7AB47C is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 180 | 124 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.29 |
| HSL | 122.07º | 0.28% | 0.59% | - |
| HSV(B) | 122.07º | 0.32% | 0.71% | - |
| XYZ | 27.99 | 38.24 | 24.97 | - |
| YUV | 156.27 | 109.78 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 180 | 124 | 0.32 | 0 | 0.31 | 0.29 | 122.07 | 0.28 | 0.59 |
| Hex | 7A | B4 | 7C | 20 | 0 | 1F | 1D | 7A | 1C | 3B |
| Octal | 172 | 264 | 174 | 40 | 0 | 37 | 35 | 172 | 34 | 73 |
| Binary | 1111010 | 10110100 | 1111100 | 100000 | 0 | 11111 | 11101 | 1111010 | 11100 | 111011 |
Color Harmonies of #7AB47C
Complementary color
Monochromatic Colors of #7AB47C
Black with #7AB47C
Text Example
Text Example
White with #7AB47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB47C; }
p { color: rgb(122,180,124); }
H1.HeaderClassName
{
color: #7AB47C;
}
.AnyTagClassName
{
color: #7AB47C;
}
</style>
background-color css
<style>
a { background-color: #7AB47C; }
a { background-color: rgb(122,180,124); }
div.DivClassName
{
background-color: #7AB47C;
}
.BgClassName
{
background-color: #7AB47C;
}
</style>
border-color css
<style>
span { border-color: #7AB47C; }
span { border-color: rgb(122,180,124); }
td.TdClassName
{
border-color: #7AB47C;
}
.TagClassName
{
border-color: #7AB47C;
}
</style>