Shades of De York #7AC081
Tints of De York #7AC081
RGB
CMYK
RGB Variations
Color information
#7AC081 (or 0x7AC081) is known color: De York. HEX triplet: 7A, C0 and 81. RGB value is (122,192,129). Sum of RGB (Red+Green+Blue) = 122+192+129=443 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.54% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC081 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC081 is #853F7E. Grayscale: #A4A4A4. Windows color (decimal): -8732543 or 8503418. OLE color: 8503418.
HSL color Cylindrical-coordinate representation of color #7AC081: hue angle of 126º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7AC081 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 192 | 129 | - |
| CMYK | 0.36 | 0 | 0.33 | 0.25 |
| HSL | 126º | 0.36% | 0.62% | - |
| HSV(B) | 126º | 0.36% | 0.75% | - |
| XYZ | 30.84 | 43.42 | 27.52 | - |
| YUV | 163.89 | 108.31 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 192 | 129 | 0.36 | 0 | 0.33 | 0.25 | 126 | 0.36 | 0.62 |
| Hex | 7A | C0 | 81 | 24 | 0 | 21 | 19 | 7E | 24 | 3E |
| Octal | 172 | 300 | 201 | 44 | 0 | 41 | 31 | 176 | 44 | 76 |
| Binary | 1111010 | 11000000 | 10000001 | 100100 | 0 | 100001 | 11001 | 1111110 | 100100 | 111110 |
Color Harmonies of #7AC081
Complementary color
Monochromatic Colors of #7AC081
Black with #7AC081
Text Example
Text Example
White with #7AC081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC081; }
p { color: rgb(122,192,129); }
H1.HeaderClassName
{
color: #7AC081;
}
.AnyTagClassName
{
color: #7AC081;
}
</style>
background-color css
<style>
a { background-color: #7AC081; }
a { background-color: rgb(122,192,129); }
div.DivClassName
{
background-color: #7AC081;
}
.BgClassName
{
background-color: #7AC081;
}
</style>
border-color css
<style>
span { border-color: #7AC081; }
span { border-color: rgb(122,192,129); }
td.TdClassName
{
border-color: #7AC081;
}
.TagClassName
{
border-color: #7AC081;
}
</style>