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