Shades of De York #7ACB79
Tints of De York #7ACB79
RGB
CMYK
RGB Variations
Color information
#7ACB79 (or 0x7ACB79) is known color: De York. HEX triplet: 7A, CB and 79. RGB value is (122,203,121). Sum of RGB (Red+Green+Blue) = 122+203+121=446 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.35% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACB79 is #853486. Grayscale: #A9A9A9. Windows color (decimal): -8729735 or 7981946. OLE color: 7981946.
HSL color Cylindrical-coordinate representation of color #7ACB79: hue angle of 119.27º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ACB79 is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 203 | 121 | - |
| CMYK | 0.40 | 0 | 0.40 | 0.20 |
| HSL | 119.27º | 0.44% | 0.64% | - |
| HSV(B) | 119.27º | 0.4% | 0.8% | - |
| XYZ | 32.83 | 48.23 | 25.67 | - |
| YUV | 169.43 | 100.66 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 203 | 121 | 0.40 | 0 | 0.40 | 0.20 | 119.27 | 0.44 | 0.64 |
| Hex | 7A | CB | 79 | 28 | 0 | 28 | 14 | 77 | 2C | 40 |
| Octal | 172 | 313 | 171 | 50 | 0 | 50 | 24 | 167 | 54 | 100 |
| Binary | 1111010 | 11001011 | 1111001 | 101000 | 0 | 101000 | 10100 | 1110111 | 101100 | 1000000 |
Color Harmonies of #7ACB79
Complementary color
Monochromatic Colors of #7ACB79
Black with #7ACB79
Text Example
Text Example
White with #7ACB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACB79; }
p { color: rgb(122,203,121); }
H1.HeaderClassName
{
color: #7ACB79;
}
.AnyTagClassName
{
color: #7ACB79;
}
</style>
background-color css
<style>
a { background-color: #7ACB79; }
a { background-color: rgb(122,203,121); }
div.DivClassName
{
background-color: #7ACB79;
}
.BgClassName
{
background-color: #7ACB79;
}
</style>
border-color css
<style>
span { border-color: #7ACB79; }
span { border-color: rgb(122,203,121); }
td.TdClassName
{
border-color: #7ACB79;
}
.TagClassName
{
border-color: #7ACB79;
}
</style>