Shades of De York #7DBA76
Tints of De York #7DBA76
RGB
CMYK
RGB Variations
Color information
#7DBA76 (or 0x7DBA76) is known color: De York. HEX triplet: 7D, BA and 76. RGB value is (125,186,118). Sum of RGB (Red+Green+Blue) = 125+186+118=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBA76 is #824589. Grayscale: #A0A0A0. Windows color (decimal): -8537482 or 7780989. OLE color: 7780989.
HSL color Cylindrical-coordinate representation of color #7DBA76: hue angle of 113.82º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DBA76 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 186 | 118 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.27 |
| HSL | 113.82º | 0.33% | 0.6% | - |
| HSV(B) | 113.82º | 0.37% | 0.73% | - |
| XYZ | 29.29 | 40.79 | 23.47 | - |
| YUV | 160.01 | 104.29 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 118 | 0.33 | 0 | 0.37 | 0.27 | 113.82 | 0.33 | 0.6 |
| Hex | 7D | BA | 76 | 21 | 0 | 25 | 1B | 72 | 21 | 3C |
| Octal | 175 | 272 | 166 | 41 | 0 | 45 | 33 | 162 | 41 | 74 |
| Binary | 1111101 | 10111010 | 1110110 | 100001 | 0 | 100101 | 11011 | 1110010 | 100001 | 111100 |
Color Harmonies of #7DBA76
Complementary color
Monochromatic Colors of #7DBA76
Black with #7DBA76
Text Example
Text Example
White with #7DBA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBA76; }
p { color: rgb(125,186,118); }
H1.HeaderClassName
{
color: #7DBA76;
}
.AnyTagClassName
{
color: #7DBA76;
}
</style>
background-color css
<style>
a { background-color: #7DBA76; }
a { background-color: rgb(125,186,118); }
div.DivClassName
{
background-color: #7DBA76;
}
.BgClassName
{
background-color: #7DBA76;
}
</style>
border-color css
<style>
span { border-color: #7DBA76; }
span { border-color: rgb(125,186,118); }
td.TdClassName
{
border-color: #7DBA76;
}
.TagClassName
{
border-color: #7DBA76;
}
</style>