Shades of De York #7AC073
Tints of De York #7AC073
RGB
CMYK
RGB Variations
Color information
#7AC073 (or 0x7AC073) is known color: De York. HEX triplet: 7A, C0 and 73. RGB value is (122,192,115). Sum of RGB (Red+Green+Blue) = 122+192+115=429 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.44% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC073 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC073 is #853F8C. Grayscale: #A2A2A2. Windows color (decimal): -8732557 or 7585914. OLE color: 7585914.
HSL color Cylindrical-coordinate representation of color #7AC073: hue angle of 114.55º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AC073 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 192 | 115 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.25 |
| HSL | 114.55º | 0.38% | 0.6% | - |
| HSV(B) | 114.55º | 0.4% | 0.75% | - |
| XYZ | 29.97 | 43.07 | 22.95 | - |
| YUV | 162.29 | 101.31 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 192 | 115 | 0.36 | 0 | 0.40 | 0.25 | 114.55 | 0.38 | 0.6 |
| Hex | 7A | C0 | 73 | 24 | 0 | 28 | 19 | 73 | 26 | 3C |
| Octal | 172 | 300 | 163 | 44 | 0 | 50 | 31 | 163 | 46 | 74 |
| Binary | 1111010 | 11000000 | 1110011 | 100100 | 0 | 101000 | 11001 | 1110011 | 100110 | 111100 |
Color Harmonies of #7AC073
Complementary color
Monochromatic Colors of #7AC073
Black with #7AC073
Text Example
Text Example
White with #7AC073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC073; }
p { color: rgb(122,192,115); }
H1.HeaderClassName
{
color: #7AC073;
}
.AnyTagClassName
{
color: #7AC073;
}
</style>
background-color css
<style>
a { background-color: #7AC073; }
a { background-color: rgb(122,192,115); }
div.DivClassName
{
background-color: #7AC073;
}
.BgClassName
{
background-color: #7AC073;
}
</style>
border-color css
<style>
span { border-color: #7AC073; }
span { border-color: rgb(122,192,115); }
td.TdClassName
{
border-color: #7AC073;
}
.TagClassName
{
border-color: #7AC073;
}
</style>