Shades of De York #7ABE76
Tints of De York #7ABE76
RGB
CMYK
RGB Variations
Color information
#7ABE76 (or 0x7ABE76) is known color: De York. HEX triplet: 7A, BE and 76. RGB value is (122,190,118). Sum of RGB (Red+Green+Blue) = 122+190+118=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABE76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABE76 is #854189. Grayscale: #A1A1A1. Windows color (decimal): -8733066 or 7782010. OLE color: 7782010.
HSL color Cylindrical-coordinate representation of color #7ABE76: hue angle of 116.67º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7ABE76 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 190 | 118 | - |
| CMYK | 0.36 | 0 | 0.38 | 0.25 |
| HSL | 116.67º | 0.36% | 0.6% | - |
| HSV(B) | 116.67º | 0.38% | 0.75% | - |
| XYZ | 29.71 | 42.27 | 23.73 | - |
| YUV | 161.46 | 103.47 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 190 | 118 | 0.36 | 0 | 0.38 | 0.25 | 116.67 | 0.36 | 0.6 |
| Hex | 7A | BE | 76 | 24 | 0 | 26 | 19 | 75 | 24 | 3C |
| Octal | 172 | 276 | 166 | 44 | 0 | 46 | 31 | 165 | 44 | 74 |
| Binary | 1111010 | 10111110 | 1110110 | 100100 | 0 | 100110 | 11001 | 1110101 | 100100 | 111100 |
Color Harmonies of #7ABE76
Complementary color
Monochromatic Colors of #7ABE76
Black with #7ABE76
Text Example
Text Example
White with #7ABE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABE76; }
p { color: rgb(122,190,118); }
H1.HeaderClassName
{
color: #7ABE76;
}
.AnyTagClassName
{
color: #7ABE76;
}
</style>
background-color css
<style>
a { background-color: #7ABE76; }
a { background-color: rgb(122,190,118); }
div.DivClassName
{
background-color: #7ABE76;
}
.BgClassName
{
background-color: #7ABE76;
}
</style>
border-color css
<style>
span { border-color: #7ABE76; }
span { border-color: rgb(122,190,118); }
td.TdClassName
{
border-color: #7ABE76;
}
.TagClassName
{
border-color: #7ABE76;
}
</style>