Shades of De York #7CB97C
Tints of De York #7CB97C
RGB
CMYK
RGB Variations
Color information
#7CB97C (or 0x7CB97C) is known color: De York. HEX triplet: 7C, B9 and 7C. RGB value is (124,185,124). Sum of RGB (Red+Green+Blue) = 124+185+124=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB97C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB97C is #834683. Grayscale: #9F9F9F. Windows color (decimal): -8603268 or 8173948. OLE color: 8173948.
HSL color Cylindrical-coordinate representation of color #7CB97C: hue angle of 120º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CB97C is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 185 | 124 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.27 |
| HSL | 120º | 0.3% | 0.61% | - |
| HSV(B) | 120º | 0.33% | 0.73% | - |
| XYZ | 29.3 | 40.44 | 25.33 | - |
| YUV | 159.81 | 107.79 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 185 | 124 | 0.33 | 0 | 0.33 | 0.27 | 120 | 0.3 | 0.61 |
| Hex | 7C | B9 | 7C | 21 | 0 | 21 | 1B | 78 | 1E | 3D |
| Octal | 174 | 271 | 174 | 41 | 0 | 41 | 33 | 170 | 36 | 75 |
| Binary | 1111100 | 10111001 | 1111100 | 100001 | 0 | 100001 | 11011 | 1111000 | 11110 | 111101 |
Color Harmonies of #7CB97C
Complementary color
Monochromatic Colors of #7CB97C
Black with #7CB97C
Text Example
Text Example
White with #7CB97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB97C; }
p { color: rgb(124,185,124); }
H1.HeaderClassName
{
color: #7CB97C;
}
.AnyTagClassName
{
color: #7CB97C;
}
</style>
background-color css
<style>
a { background-color: #7CB97C; }
a { background-color: rgb(124,185,124); }
div.DivClassName
{
background-color: #7CB97C;
}
.BgClassName
{
background-color: #7CB97C;
}
</style>
border-color css
<style>
span { border-color: #7CB97C; }
span { border-color: rgb(124,185,124); }
td.TdClassName
{
border-color: #7CB97C;
}
.TagClassName
{
border-color: #7CB97C;
}
</style>