Shades of De York #78BC76
Tints of De York #78BC76
RGB
CMYK
RGB Variations
Color information
#78BC76 (or 0x78BC76) is known color: De York. HEX triplet: 78, BC and 76. RGB value is (120,188,118). Sum of RGB (Red+Green+Blue) = 120+188+118=426 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.17% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #78BC76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BC76 is #874389. Grayscale: #9F9F9F. Windows color (decimal): -8864650 or 7781496. OLE color: 7781496.
HSL color Cylindrical-coordinate representation of color #78BC76: hue angle of 118.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78BC76 is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 188 | 118 | - |
| CMYK | 0.36 | 0 | 0.37 | 0.26 |
| HSL | 118.29º | 0.34% | 0.6% | - |
| HSV(B) | 118.29º | 0.37% | 0.74% | - |
| XYZ | 29 | 41.27 | 23.58 | - |
| YUV | 159.69 | 104.47 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 188 | 118 | 0.36 | 0 | 0.37 | 0.26 | 118.29 | 0.34 | 0.6 |
| Hex | 78 | BC | 76 | 24 | 0 | 25 | 1A | 76 | 22 | 3C |
| Octal | 170 | 274 | 166 | 44 | 0 | 45 | 32 | 166 | 42 | 74 |
| Binary | 1111000 | 10111100 | 1110110 | 100100 | 0 | 100101 | 11010 | 1110110 | 100010 | 111100 |
Color Harmonies of #78BC76
Complementary color
Monochromatic Colors of #78BC76
Black with #78BC76
Text Example
Text Example
White with #78BC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BC76; }
p { color: rgb(120,188,118); }
H1.HeaderClassName
{
color: #78BC76;
}
.AnyTagClassName
{
color: #78BC76;
}
</style>
background-color css
<style>
a { background-color: #78BC76; }
a { background-color: rgb(120,188,118); }
div.DivClassName
{
background-color: #78BC76;
}
.BgClassName
{
background-color: #78BC76;
}
</style>
border-color css
<style>
span { border-color: #78BC76; }
span { border-color: rgb(120,188,118); }
td.TdClassName
{
border-color: #78BC76;
}
.TagClassName
{
border-color: #78BC76;
}
</style>