Shades of De York #7DBC76
Tints of De York #7DBC76
RGB
CMYK
RGB Variations
Color information
#7DBC76 (or 0x7DBC76) is known color: De York. HEX triplet: 7D, BC and 76. RGB value is (125,188,118). Sum of RGB (Red+Green+Blue) = 125+188+118=431 (57% of max value = 765). Red value is 125 (49.22% from 255 or 29.00% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBC76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBC76 is #824389. Grayscale: #A1A1A1. Windows color (decimal): -8536970 or 7781501. OLE color: 7781501.
HSL color Cylindrical-coordinate representation of color #7DBC76: hue angle of 114º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DBC76 is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 188 | 118 | - |
| CMYK | 0.34 | 0 | 0.37 | 0.26 |
| HSL | 114º | 0.34% | 0.6% | - |
| HSV(B) | 114º | 0.37% | 0.74% | - |
| XYZ | 29.71 | 41.63 | 23.61 | - |
| YUV | 161.18 | 103.63 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 118 | 0.34 | 0 | 0.37 | 0.26 | 114 | 0.34 | 0.6 |
| Hex | 7D | BC | 76 | 22 | 0 | 25 | 1A | 72 | 22 | 3C |
| Octal | 175 | 274 | 166 | 42 | 0 | 45 | 32 | 162 | 42 | 74 |
| Binary | 1111101 | 10111100 | 1110110 | 100010 | 0 | 100101 | 11010 | 1110010 | 100010 | 111100 |
Color Harmonies of #7DBC76
Complementary color
Monochromatic Colors of #7DBC76
Black with #7DBC76
Text Example
Text Example
White with #7DBC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBC76; }
p { color: rgb(125,188,118); }
H1.HeaderClassName
{
color: #7DBC76;
}
.AnyTagClassName
{
color: #7DBC76;
}
</style>
background-color css
<style>
a { background-color: #7DBC76; }
a { background-color: rgb(125,188,118); }
div.DivClassName
{
background-color: #7DBC76;
}
.BgClassName
{
background-color: #7DBC76;
}
</style>
border-color css
<style>
span { border-color: #7DBC76; }
span { border-color: rgb(125,188,118); }
td.TdClassName
{
border-color: #7DBC76;
}
.TagClassName
{
border-color: #7DBC76;
}
</style>