Shades of De York #7DB97A
Tints of De York #7DB97A
RGB
CMYK
RGB Variations
Color information
#7DB97A (or 0x7DB97A) is known color: De York. HEX triplet: 7D, B9 and 7A. RGB value is (125,185,122). Sum of RGB (Red+Green+Blue) = 125+185+122=432 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.94% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB97A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB97A is #824685. Grayscale: #A0A0A0. Windows color (decimal): -8537734 or 8042877. OLE color: 8042877.
HSL color Cylindrical-coordinate representation of color #7DB97A: hue angle of 117.14º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DB97A is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 185 | 122 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.27 |
| HSL | 117.14º | 0.31% | 0.6% | - |
| HSV(B) | 117.14º | 0.34% | 0.73% | - |
| XYZ | 29.32 | 40.46 | 24.68 | - |
| YUV | 159.88 | 106.62 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 185 | 122 | 0.32 | 0 | 0.34 | 0.27 | 117.14 | 0.31 | 0.6 |
| Hex | 7D | B9 | 7A | 20 | 0 | 22 | 1B | 75 | 1F | 3C |
| Octal | 175 | 271 | 172 | 40 | 0 | 42 | 33 | 165 | 37 | 74 |
| Binary | 1111101 | 10111001 | 1111010 | 100000 | 0 | 100010 | 11011 | 1110101 | 11111 | 111100 |
Color Harmonies of #7DB97A
Complementary color
Monochromatic Colors of #7DB97A
Black with #7DB97A
Text Example
Text Example
White with #7DB97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB97A; }
p { color: rgb(125,185,122); }
H1.HeaderClassName
{
color: #7DB97A;
}
.AnyTagClassName
{
color: #7DB97A;
}
</style>
background-color css
<style>
a { background-color: #7DB97A; }
a { background-color: rgb(125,185,122); }
div.DivClassName
{
background-color: #7DB97A;
}
.BgClassName
{
background-color: #7DB97A;
}
</style>
border-color css
<style>
span { border-color: #7DB97A; }
span { border-color: rgb(125,185,122); }
td.TdClassName
{
border-color: #7DB97A;
}
.TagClassName
{
border-color: #7DB97A;
}
</style>