Shades of De York #7DBA7F
Tints of De York #7DBA7F
RGB
CMYK
RGB Variations
Color information
#7DBA7F (or 0x7DBA7F) is known color: De York. HEX triplet: 7D, BA and 7F. RGB value is (125,186,127). Sum of RGB (Red+Green+Blue) = 125+186+127=438 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.54% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBA7F is #824580. Grayscale: #A1A1A1. Windows color (decimal): -8537473 or 8370813. OLE color: 8370813.
HSL color Cylindrical-coordinate representation of color #7DBA7F: hue angle of 121.97º 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 #7DBA7F is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 186 | 127 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.27 |
| HSL | 121.97º | 0.31% | 0.61% | - |
| HSV(B) | 121.97º | 0.33% | 0.73% | - |
| XYZ | 29.85 | 41.01 | 26.42 | - |
| YUV | 161.04 | 108.79 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 127 | 0.33 | 0 | 0.32 | 0.27 | 121.97 | 0.31 | 0.61 |
| Hex | 7D | BA | 7F | 21 | 0 | 20 | 1B | 7A | 1F | 3D |
| Octal | 175 | 272 | 177 | 41 | 0 | 40 | 33 | 172 | 37 | 75 |
| Binary | 1111101 | 10111010 | 1111111 | 100001 | 0 | 100000 | 11011 | 1111010 | 11111 | 111101 |
Color Harmonies of #7DBA7F
Complementary color
Monochromatic Colors of #7DBA7F
Black with #7DBA7F
Text Example
Text Example
White with #7DBA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBA7F; }
p { color: rgb(125,186,127); }
H1.HeaderClassName
{
color: #7DBA7F;
}
.AnyTagClassName
{
color: #7DBA7F;
}
</style>
background-color css
<style>
a { background-color: #7DBA7F; }
a { background-color: rgb(125,186,127); }
div.DivClassName
{
background-color: #7DBA7F;
}
.BgClassName
{
background-color: #7DBA7F;
}
</style>
border-color css
<style>
span { border-color: #7DBA7F; }
span { border-color: rgb(125,186,127); }
td.TdClassName
{
border-color: #7DBA7F;
}
.TagClassName
{
border-color: #7DBA7F;
}
</style>