Shades of De York #7ABA75
Tints of De York #7ABA75
RGB
CMYK
RGB Variations
Color information
#7ABA75 (or 0x7ABA75) is known color: De York. HEX triplet: 7A, BA and 75. RGB value is (122,186,117). Sum of RGB (Red+Green+Blue) = 122+186+117=425 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.71% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABA75 is #85458A. Grayscale: #9F9F9F. Windows color (decimal): -8734091 or 7715450. OLE color: 7715450.
HSL color Cylindrical-coordinate representation of color #7ABA75: hue angle of 115.65º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7ABA75 is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 117 | - |
| CMYK | 0.34 | 0 | 0.37 | 0.27 |
| HSL | 115.65º | 0.33% | 0.59% | - |
| HSV(B) | 115.65º | 0.37% | 0.73% | - |
| XYZ | 28.8 | 40.54 | 23.14 | - |
| YUV | 159 | 104.3 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 117 | 0.34 | 0 | 0.37 | 0.27 | 115.65 | 0.33 | 0.59 |
| Hex | 7A | BA | 75 | 22 | 0 | 25 | 1B | 74 | 21 | 3B |
| Octal | 172 | 272 | 165 | 42 | 0 | 45 | 33 | 164 | 41 | 73 |
| Binary | 1111010 | 10111010 | 1110101 | 100010 | 0 | 100101 | 11011 | 1110100 | 100001 | 111011 |
Color Harmonies of #7ABA75
Complementary color
Monochromatic Colors of #7ABA75
Black with #7ABA75
Text Example
Text Example
White with #7ABA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA75; }
p { color: rgb(122,186,117); }
H1.HeaderClassName
{
color: #7ABA75;
}
.AnyTagClassName
{
color: #7ABA75;
}
</style>
background-color css
<style>
a { background-color: #7ABA75; }
a { background-color: rgb(122,186,117); }
div.DivClassName
{
background-color: #7ABA75;
}
.BgClassName
{
background-color: #7ABA75;
}
</style>
border-color css
<style>
span { border-color: #7ABA75; }
span { border-color: rgb(122,186,117); }
td.TdClassName
{
border-color: #7ABA75;
}
.TagClassName
{
border-color: #7ABA75;
}
</style>