Shades of De York #7CB978
Tints of De York #7CB978
RGB
CMYK
RGB Variations
Color information
#7CB978 (or 0x7CB978) is known color: De York. HEX triplet: 7C, B9 and 78. RGB value is (124,185,120). Sum of RGB (Red+Green+Blue) = 124+185+120=429 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.90% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB978 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB978 is #834687. Grayscale: #9F9F9F. Windows color (decimal): -8603272 or 7911804. OLE color: 7911804.
HSL color Cylindrical-coordinate representation of color #7CB978: hue angle of 116.31º 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 #7CB978 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 185 | 120 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.27 |
| HSL | 116.31º | 0.32% | 0.6% | - |
| HSV(B) | 116.31º | 0.35% | 0.73% | - |
| XYZ | 29.05 | 40.34 | 24.02 | - |
| YUV | 159.35 | 105.79 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 185 | 120 | 0.33 | 0 | 0.35 | 0.27 | 116.31 | 0.32 | 0.6 |
| Hex | 7C | B9 | 78 | 21 | 0 | 23 | 1B | 74 | 20 | 3C |
| Octal | 174 | 271 | 170 | 41 | 0 | 43 | 33 | 164 | 40 | 74 |
| Binary | 1111100 | 10111001 | 1111000 | 100001 | 0 | 100011 | 11011 | 1110100 | 100000 | 111100 |
Color Harmonies of #7CB978
Complementary color
Monochromatic Colors of #7CB978
Black with #7CB978
Text Example
Text Example
White with #7CB978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB978; }
p { color: rgb(124,185,120); }
H1.HeaderClassName
{
color: #7CB978;
}
.AnyTagClassName
{
color: #7CB978;
}
</style>
background-color css
<style>
a { background-color: #7CB978; }
a { background-color: rgb(124,185,120); }
div.DivClassName
{
background-color: #7CB978;
}
.BgClassName
{
background-color: #7CB978;
}
</style>
border-color css
<style>
span { border-color: #7CB978; }
span { border-color: rgb(124,185,120); }
td.TdClassName
{
border-color: #7CB978;
}
.TagClassName
{
border-color: #7CB978;
}
</style>