Shades of De York #7DBC7A
Tints of De York #7DBC7A
RGB
CMYK
RGB Variations
Color information
#7DBC7A (or 0x7DBC7A) is known color: De York. HEX triplet: 7D, BC and 7A. RGB value is (125,188,122). Sum of RGB (Red+Green+Blue) = 125+188+122=435 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.74% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBC7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBC7A is #824385. Grayscale: #A1A1A1. Windows color (decimal): -8536966 or 8043645. OLE color: 8043645.
HSL color Cylindrical-coordinate representation of color #7DBC7A: hue angle of 117.27º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DBC7A is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 188 | 122 | - |
| CMYK | 0.34 | 0 | 0.35 | 0.26 |
| HSL | 117.27º | 0.33% | 0.61% | - |
| HSV(B) | 117.27º | 0.35% | 0.74% | - |
| XYZ | 29.95 | 41.73 | 24.89 | - |
| YUV | 161.64 | 105.63 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 122 | 0.34 | 0 | 0.35 | 0.26 | 117.27 | 0.33 | 0.61 |
| Hex | 7D | BC | 7A | 22 | 0 | 23 | 1A | 75 | 21 | 3D |
| Octal | 175 | 274 | 172 | 42 | 0 | 43 | 32 | 165 | 41 | 75 |
| Binary | 1111101 | 10111100 | 1111010 | 100010 | 0 | 100011 | 11010 | 1110101 | 100001 | 111101 |
Color Harmonies of #7DBC7A
Complementary color
Monochromatic Colors of #7DBC7A
Black with #7DBC7A
Text Example
Text Example
White with #7DBC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBC7A; }
p { color: rgb(125,188,122); }
H1.HeaderClassName
{
color: #7DBC7A;
}
.AnyTagClassName
{
color: #7DBC7A;
}
</style>
background-color css
<style>
a { background-color: #7DBC7A; }
a { background-color: rgb(125,188,122); }
div.DivClassName
{
background-color: #7DBC7A;
}
.BgClassName
{
background-color: #7DBC7A;
}
</style>
border-color css
<style>
span { border-color: #7DBC7A; }
span { border-color: rgb(125,188,122); }
td.TdClassName
{
border-color: #7DBC7A;
}
.TagClassName
{
border-color: #7DBC7A;
}
</style>