Shades of De York #7ABC77
Tints of De York #7ABC77
RGB
CMYK
RGB Variations
Color information
#7ABC77 (or 0x7ABC77) is known color: De York. HEX triplet: 7A, BC and 77. RGB value is (122,188,119). Sum of RGB (Red+Green+Blue) = 122+188+119=429 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.44% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABC77 is #854388. Grayscale: #A0A0A0. Windows color (decimal): -8733577 or 7847034. OLE color: 7847034.
HSL color Cylindrical-coordinate representation of color #7ABC77: hue angle of 117.39º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7ABC77 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 119 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.26 |
| HSL | 117.39º | 0.34% | 0.6% | - |
| HSV(B) | 117.39º | 0.37% | 0.74% | - |
| XYZ | 29.34 | 41.44 | 23.9 | - |
| YUV | 160.4 | 104.63 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 119 | 0.35 | 0 | 0.37 | 0.26 | 117.39 | 0.34 | 0.6 |
| Hex | 7A | BC | 77 | 23 | 0 | 25 | 1A | 75 | 22 | 3C |
| Octal | 172 | 274 | 167 | 43 | 0 | 45 | 32 | 165 | 42 | 74 |
| Binary | 1111010 | 10111100 | 1110111 | 100011 | 0 | 100101 | 11010 | 1110101 | 100010 | 111100 |
Color Harmonies of #7ABC77
Complementary color
Monochromatic Colors of #7ABC77
Black with #7ABC77
Text Example
Text Example
White with #7ABC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABC77; }
p { color: rgb(122,188,119); }
H1.HeaderClassName
{
color: #7ABC77;
}
.AnyTagClassName
{
color: #7ABC77;
}
</style>
background-color css
<style>
a { background-color: #7ABC77; }
a { background-color: rgb(122,188,119); }
div.DivClassName
{
background-color: #7ABC77;
}
.BgClassName
{
background-color: #7ABC77;
}
</style>
border-color css
<style>
span { border-color: #7ABC77; }
span { border-color: rgb(122,188,119); }
td.TdClassName
{
border-color: #7ABC77;
}
.TagClassName
{
border-color: #7ABC77;
}
</style>