Shades of De York #7CBC7C
Tints of De York #7CBC7C
RGB
CMYK
RGB Variations
Color information
#7CBC7C (or 0x7CBC7C) is known color: De York. HEX triplet: 7C, BC and 7C. RGB value is (124,188,124). Sum of RGB (Red+Green+Blue) = 124+188+124=436 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.44% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBC7C is #834383. Grayscale: #A1A1A1. Windows color (decimal): -8602500 or 8174716. OLE color: 8174716.
HSL color Cylindrical-coordinate representation of color #7CBC7C: hue angle of 120º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBC7C is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 188 | 124 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.26 |
| HSL | 120º | 0.32% | 0.61% | - |
| HSV(B) | 120º | 0.34% | 0.74% | - |
| XYZ | 29.93 | 41.71 | 25.54 | - |
| YUV | 161.57 | 106.8 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 188 | 124 | 0.34 | 0 | 0.34 | 0.26 | 120 | 0.32 | 0.61 |
| Hex | 7C | BC | 7C | 22 | 0 | 22 | 1A | 78 | 20 | 3D |
| Octal | 174 | 274 | 174 | 42 | 0 | 42 | 32 | 170 | 40 | 75 |
| Binary | 1111100 | 10111100 | 1111100 | 100010 | 0 | 100010 | 11010 | 1111000 | 100000 | 111101 |
Color Harmonies of #7CBC7C
Complementary color
Monochromatic Colors of #7CBC7C
Black with #7CBC7C
Text Example
Text Example
White with #7CBC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBC7C; }
p { color: rgb(124,188,124); }
H1.HeaderClassName
{
color: #7CBC7C;
}
.AnyTagClassName
{
color: #7CBC7C;
}
</style>
background-color css
<style>
a { background-color: #7CBC7C; }
a { background-color: rgb(124,188,124); }
div.DivClassName
{
background-color: #7CBC7C;
}
.BgClassName
{
background-color: #7CBC7C;
}
</style>
border-color css
<style>
span { border-color: #7CBC7C; }
span { border-color: rgb(124,188,124); }
td.TdClassName
{
border-color: #7CBC7C;
}
.TagClassName
{
border-color: #7CBC7C;
}
</style>