Shades of De York #7AC576
Tints of De York #7AC576
RGB
CMYK
RGB Variations
Color information
#7AC576 (or 0x7AC576) is known color: De York. HEX triplet: 7A, C5 and 76. RGB value is (122,197,118). Sum of RGB (Red+Green+Blue) = 122+197+118=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 197 (77.34% from 255 or 45.08% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC576 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC576 is #853A89. Grayscale: #A5A5A5. Windows color (decimal): -8731274 or 7783802. OLE color: 7783802.
HSL color Cylindrical-coordinate representation of color #7AC576: hue angle of 116.96º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AC576 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 197 | 118 | - |
| CMYK | 0.38 | 0 | 0.40 | 0.23 |
| HSL | 116.96º | 0.41% | 0.62% | - |
| HSV(B) | 116.96º | 0.4% | 0.77% | - |
| XYZ | 31.26 | 45.38 | 24.25 | - |
| YUV | 165.57 | 101.15 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 197 | 118 | 0.38 | 0 | 0.40 | 0.23 | 116.96 | 0.41 | 0.62 |
| Hex | 7A | C5 | 76 | 26 | 0 | 28 | 17 | 75 | 29 | 3E |
| Octal | 172 | 305 | 166 | 46 | 0 | 50 | 27 | 165 | 51 | 76 |
| Binary | 1111010 | 11000101 | 1110110 | 100110 | 0 | 101000 | 10111 | 1110101 | 101001 | 111110 |
Color Harmonies of #7AC576
Complementary color
Monochromatic Colors of #7AC576
Black with #7AC576
Text Example
Text Example
White with #7AC576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC576; }
p { color: rgb(122,197,118); }
H1.HeaderClassName
{
color: #7AC576;
}
.AnyTagClassName
{
color: #7AC576;
}
</style>
background-color css
<style>
a { background-color: #7AC576; }
a { background-color: rgb(122,197,118); }
div.DivClassName
{
background-color: #7AC576;
}
.BgClassName
{
background-color: #7AC576;
}
</style>
border-color css
<style>
span { border-color: #7AC576; }
span { border-color: rgb(122,197,118); }
td.TdClassName
{
border-color: #7AC576;
}
.TagClassName
{
border-color: #7AC576;
}
</style>