Shades of De York #7ABA76
Tints of De York #7ABA76
RGB
CMYK
RGB Variations
Color information
#7ABA76 (or 0x7ABA76) is known color: De York. HEX triplet: 7A, BA and 76. RGB value is (122,186,118). Sum of RGB (Red+Green+Blue) = 122+186+118=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABA76 is #854589. Grayscale: #9F9F9F. Windows color (decimal): -8734090 or 7780986. OLE color: 7780986.
HSL color Cylindrical-coordinate representation of color #7ABA76: hue angle of 116.47º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7ABA76 is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 118 | - |
| CMYK | 0.34 | 0 | 0.37 | 0.27 |
| HSL | 116.47º | 0.33% | 0.6% | - |
| HSV(B) | 116.47º | 0.37% | 0.73% | - |
| XYZ | 28.85 | 40.56 | 23.45 | - |
| YUV | 159.11 | 104.8 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 118 | 0.34 | 0 | 0.37 | 0.27 | 116.47 | 0.33 | 0.6 |
| Hex | 7A | BA | 76 | 22 | 0 | 25 | 1B | 74 | 21 | 3C |
| Octal | 172 | 272 | 166 | 42 | 0 | 45 | 33 | 164 | 41 | 74 |
| Binary | 1111010 | 10111010 | 1110110 | 100010 | 0 | 100101 | 11011 | 1110100 | 100001 | 111100 |
Color Harmonies of #7ABA76
Complementary color
Monochromatic Colors of #7ABA76
Black with #7ABA76
Text Example
Text Example
White with #7ABA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA76; }
p { color: rgb(122,186,118); }
H1.HeaderClassName
{
color: #7ABA76;
}
.AnyTagClassName
{
color: #7ABA76;
}
</style>
background-color css
<style>
a { background-color: #7ABA76; }
a { background-color: rgb(122,186,118); }
div.DivClassName
{
background-color: #7ABA76;
}
.BgClassName
{
background-color: #7ABA76;
}
</style>
border-color css
<style>
span { border-color: #7ABA76; }
span { border-color: rgb(122,186,118); }
td.TdClassName
{
border-color: #7ABA76;
}
.TagClassName
{
border-color: #7ABA76;
}
</style>