Shades of De York #7DB878
Tints of De York #7DB878
RGB
CMYK
RGB Variations
Color information
#7DB878 (or 0x7DB878) is known color: De York. HEX triplet: 7D, B8 and 78. RGB value is (125,184,120). Sum of RGB (Red+Green+Blue) = 125+184+120=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB878 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB878 is #824787. Grayscale: #9F9F9F. Windows color (decimal): -8537992 or 7911549. OLE color: 7911549.
HSL color Cylindrical-coordinate representation of color #7DB878: hue angle of 115.31º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DB878 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 184 | 120 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.28 |
| HSL | 115.31º | 0.31% | 0.6% | - |
| HSV(B) | 115.31º | 0.35% | 0.72% | - |
| XYZ | 28.99 | 40 | 23.96 | - |
| YUV | 159.06 | 105.95 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 184 | 120 | 0.32 | 0 | 0.35 | 0.28 | 115.31 | 0.31 | 0.6 |
| Hex | 7D | B8 | 78 | 20 | 0 | 23 | 1C | 73 | 1F | 3C |
| Octal | 175 | 270 | 170 | 40 | 0 | 43 | 34 | 163 | 37 | 74 |
| Binary | 1111101 | 10111000 | 1111000 | 100000 | 0 | 100011 | 11100 | 1110011 | 11111 | 111100 |
Color Harmonies of #7DB878
Complementary color
Monochromatic Colors of #7DB878
Black with #7DB878
Text Example
Text Example
White with #7DB878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB878; }
p { color: rgb(125,184,120); }
H1.HeaderClassName
{
color: #7DB878;
}
.AnyTagClassName
{
color: #7DB878;
}
</style>
background-color css
<style>
a { background-color: #7DB878; }
a { background-color: rgb(125,184,120); }
div.DivClassName
{
background-color: #7DB878;
}
.BgClassName
{
background-color: #7DB878;
}
</style>
border-color css
<style>
span { border-color: #7DB878; }
span { border-color: rgb(125,184,120); }
td.TdClassName
{
border-color: #7DB878;
}
.TagClassName
{
border-color: #7DB878;
}
</style>