Shades of De York #78BA7E
Tints of De York #78BA7E
RGB
CMYK
RGB Variations
Color information
#78BA7E (or 0x78BA7E) is known color: De York. HEX triplet: 78, BA and 7E. RGB value is (120,186,126). Sum of RGB (Red+Green+Blue) = 120+186+126=432 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.78% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 186 - color contains mainly: green. Hex color #78BA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BA7E is #874581. Grayscale: #9F9F9F. Windows color (decimal): -8865154 or 8305272. OLE color: 8305272.
HSL color Cylindrical-coordinate representation of color #78BA7E: hue angle of 125.45º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78BA7E is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 186 | 126 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.27 |
| HSL | 125.45º | 0.32% | 0.6% | - |
| HSV(B) | 125.45º | 0.35% | 0.73% | - |
| XYZ | 29.07 | 40.62 | 26.05 | - |
| YUV | 159.43 | 109.13 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 186 | 126 | 0.35 | 0 | 0.32 | 0.27 | 125.45 | 0.32 | 0.6 |
| Hex | 78 | BA | 7E | 23 | 0 | 20 | 1B | 7D | 20 | 3C |
| Octal | 170 | 272 | 176 | 43 | 0 | 40 | 33 | 175 | 40 | 74 |
| Binary | 1111000 | 10111010 | 1111110 | 100011 | 0 | 100000 | 11011 | 1111101 | 100000 | 111100 |
Color Harmonies of #78BA7E
Complementary color
Monochromatic Colors of #78BA7E
Black with #78BA7E
Text Example
Text Example
White with #78BA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BA7E; }
p { color: rgb(120,186,126); }
H1.HeaderClassName
{
color: #78BA7E;
}
.AnyTagClassName
{
color: #78BA7E;
}
</style>
background-color css
<style>
a { background-color: #78BA7E; }
a { background-color: rgb(120,186,126); }
div.DivClassName
{
background-color: #78BA7E;
}
.BgClassName
{
background-color: #78BA7E;
}
</style>
border-color css
<style>
span { border-color: #78BA7E; }
span { border-color: rgb(120,186,126); }
td.TdClassName
{
border-color: #78BA7E;
}
.TagClassName
{
border-color: #78BA7E;
}
</style>