Shades of De York #78C075
Tints of De York #78C075
RGB
CMYK
RGB Variations
Color information
#78C075 (or 0x78C075) is known color: De York. HEX triplet: 78, C0 and 75. RGB value is (120,192,117). Sum of RGB (Red+Green+Blue) = 120+192+117=429 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.97% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #78C075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C075 is #873F8A. Grayscale: #A2A2A2. Windows color (decimal): -8863627 or 7716984. OLE color: 7716984.
HSL color Cylindrical-coordinate representation of color #78C075: hue angle of 117.6º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78C075 is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 192 | 117 | - |
| CMYK | 0.38 | 0 | 0.39 | 0.25 |
| HSL | 117.6º | 0.37% | 0.61% | - |
| HSV(B) | 117.6º | 0.39% | 0.75% | - |
| XYZ | 29.81 | 42.98 | 23.55 | - |
| YUV | 161.92 | 102.65 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 117 | 0.38 | 0 | 0.39 | 0.25 | 117.6 | 0.37 | 0.61 |
| Hex | 78 | C0 | 75 | 26 | 0 | 27 | 19 | 76 | 25 | 3D |
| Octal | 170 | 300 | 165 | 46 | 0 | 47 | 31 | 166 | 45 | 75 |
| Binary | 1111000 | 11000000 | 1110101 | 100110 | 0 | 100111 | 11001 | 1110110 | 100101 | 111101 |
Color Harmonies of #78C075
Complementary color
Monochromatic Colors of #78C075
Black with #78C075
Text Example
Text Example
White with #78C075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C075; }
p { color: rgb(120,192,117); }
H1.HeaderClassName
{
color: #78C075;
}
.AnyTagClassName
{
color: #78C075;
}
</style>
background-color css
<style>
a { background-color: #78C075; }
a { background-color: rgb(120,192,117); }
div.DivClassName
{
background-color: #78C075;
}
.BgClassName
{
background-color: #78C075;
}
</style>
border-color css
<style>
span { border-color: #78C075; }
span { border-color: rgb(120,192,117); }
td.TdClassName
{
border-color: #78C075;
}
.TagClassName
{
border-color: #78C075;
}
</style>