Shades of De York #7AC074
Tints of De York #7AC074
RGB
CMYK
RGB Variations
Color information
#7AC074 (or 0x7AC074) is known color: De York. HEX triplet: 7A, C0 and 74. RGB value is (122,192,116). Sum of RGB (Red+Green+Blue) = 122+192+116=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC074 is #853F8B. Grayscale: #A2A2A2. Windows color (decimal): -8732556 or 7651450. OLE color: 7651450.
HSL color Cylindrical-coordinate representation of color #7AC074: hue angle of 115.26º 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 #7AC074 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 192 | 116 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.25 |
| HSL | 115.26º | 0.38% | 0.6% | - |
| HSV(B) | 115.26º | 0.4% | 0.75% | - |
| XYZ | 30.03 | 43.1 | 23.26 | - |
| YUV | 162.41 | 101.81 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 192 | 116 | 0.36 | 0 | 0.40 | 0.25 | 115.26 | 0.38 | 0.6 |
| Hex | 7A | C0 | 74 | 24 | 0 | 28 | 19 | 73 | 26 | 3C |
| Octal | 172 | 300 | 164 | 44 | 0 | 50 | 31 | 163 | 46 | 74 |
| Binary | 1111010 | 11000000 | 1110100 | 100100 | 0 | 101000 | 11001 | 1110011 | 100110 | 111100 |
Color Harmonies of #7AC074
Complementary color
Monochromatic Colors of #7AC074
Black with #7AC074
Text Example
Text Example
White with #7AC074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC074; }
p { color: rgb(122,192,116); }
H1.HeaderClassName
{
color: #7AC074;
}
.AnyTagClassName
{
color: #7AC074;
}
</style>
background-color css
<style>
a { background-color: #7AC074; }
a { background-color: rgb(122,192,116); }
div.DivClassName
{
background-color: #7AC074;
}
.BgClassName
{
background-color: #7AC074;
}
</style>
border-color css
<style>
span { border-color: #7AC074; }
span { border-color: rgb(122,192,116); }
td.TdClassName
{
border-color: #7AC074;
}
.TagClassName
{
border-color: #7AC074;
}
</style>