Shades of De York #7DBA7C
Tints of De York #7DBA7C
RGB
CMYK
RGB Variations
Color information
#7DBA7C (or 0x7DBA7C) is known color: De York. HEX triplet: 7D, BA and 7C. RGB value is (125,186,124). Sum of RGB (Red+Green+Blue) = 125+186+124=435 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.74% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBA7C is #824583. Grayscale: #A0A0A0. Windows color (decimal): -8537476 or 8174205. OLE color: 8174205.
HSL color Cylindrical-coordinate representation of color #7DBA7C: hue angle of 119.03º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7DBA7C is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 186 | 124 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.27 |
| HSL | 119.03º | 0.31% | 0.61% | - |
| HSV(B) | 119.03º | 0.33% | 0.73% | - |
| XYZ | 29.65 | 40.93 | 25.41 | - |
| YUV | 160.69 | 107.29 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 124 | 0.33 | 0 | 0.33 | 0.27 | 119.03 | 0.31 | 0.61 |
| Hex | 7D | BA | 7C | 21 | 0 | 21 | 1B | 77 | 1F | 3D |
| Octal | 175 | 272 | 174 | 41 | 0 | 41 | 33 | 167 | 37 | 75 |
| Binary | 1111101 | 10111010 | 1111100 | 100001 | 0 | 100001 | 11011 | 1110111 | 11111 | 111101 |
Color Harmonies of #7DBA7C
Complementary color
Monochromatic Colors of #7DBA7C
Black with #7DBA7C
Text Example
Text Example
White with #7DBA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBA7C; }
p { color: rgb(125,186,124); }
H1.HeaderClassName
{
color: #7DBA7C;
}
.AnyTagClassName
{
color: #7DBA7C;
}
</style>
background-color css
<style>
a { background-color: #7DBA7C; }
a { background-color: rgb(125,186,124); }
div.DivClassName
{
background-color: #7DBA7C;
}
.BgClassName
{
background-color: #7DBA7C;
}
</style>
border-color css
<style>
span { border-color: #7DBA7C; }
span { border-color: rgb(125,186,124); }
td.TdClassName
{
border-color: #7DBA7C;
}
.TagClassName
{
border-color: #7DBA7C;
}
</style>