Shades of De York #78BA7B
Tints of De York #78BA7B
RGB
CMYK
RGB Variations
Color information
#78BA7B (or 0x78BA7B) is known color: De York. HEX triplet: 78, BA and 7B. RGB value is (120,186,123). Sum of RGB (Red+Green+Blue) = 120+186+123=429 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.97% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #78BA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BA7B is #874584. Grayscale: #9F9F9F. Windows color (decimal): -8865157 or 8108664. OLE color: 8108664.
HSL color Cylindrical-coordinate representation of color #78BA7B: hue angle of 122.73º 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 #78BA7B is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 186 | 123 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.27 |
| HSL | 122.73º | 0.32% | 0.6% | - |
| HSV(B) | 122.73º | 0.35% | 0.73% | - |
| XYZ | 28.88 | 40.54 | 25.04 | - |
| YUV | 159.08 | 107.63 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 186 | 123 | 0.35 | 0 | 0.34 | 0.27 | 122.73 | 0.32 | 0.6 |
| Hex | 78 | BA | 7B | 23 | 0 | 22 | 1B | 7B | 20 | 3C |
| Octal | 170 | 272 | 173 | 43 | 0 | 42 | 33 | 173 | 40 | 74 |
| Binary | 1111000 | 10111010 | 1111011 | 100011 | 0 | 100010 | 11011 | 1111011 | 100000 | 111100 |
Color Harmonies of #78BA7B
Complementary color
Monochromatic Colors of #78BA7B
Black with #78BA7B
Text Example
Text Example
White with #78BA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BA7B; }
p { color: rgb(120,186,123); }
H1.HeaderClassName
{
color: #78BA7B;
}
.AnyTagClassName
{
color: #78BA7B;
}
</style>
background-color css
<style>
a { background-color: #78BA7B; }
a { background-color: rgb(120,186,123); }
div.DivClassName
{
background-color: #78BA7B;
}
.BgClassName
{
background-color: #78BA7B;
}
</style>
border-color css
<style>
span { border-color: #78BA7B; }
span { border-color: rgb(120,186,123); }
td.TdClassName
{
border-color: #78BA7B;
}
.TagClassName
{
border-color: #78BA7B;
}
</style>