Shades of De York #7CBC74
Tints of De York #7CBC74
RGB
CMYK
RGB Variations
Color information
#7CBC74 (or 0x7CBC74) is known color: De York. HEX triplet: 7C, BC and 74. RGB value is (124,188,116). Sum of RGB (Red+Green+Blue) = 124+188+116=428 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.97% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBC74 is #83438B. Grayscale: #A0A0A0. Windows color (decimal): -8602508 or 7650428. OLE color: 7650428.
HSL color Cylindrical-coordinate representation of color #7CBC74: hue angle of 113.33º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CBC74 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 188 | 116 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.26 |
| HSL | 113.33º | 0.35% | 0.6% | - |
| HSV(B) | 113.33º | 0.38% | 0.74% | - |
| XYZ | 29.45 | 41.51 | 22.98 | - |
| YUV | 160.66 | 102.8 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 188 | 116 | 0.34 | 0 | 0.38 | 0.26 | 113.33 | 0.35 | 0.6 |
| Hex | 7C | BC | 74 | 22 | 0 | 26 | 1A | 71 | 23 | 3C |
| Octal | 174 | 274 | 164 | 42 | 0 | 46 | 32 | 161 | 43 | 74 |
| Binary | 1111100 | 10111100 | 1110100 | 100010 | 0 | 100110 | 11010 | 1110001 | 100011 | 111100 |
Color Harmonies of #7CBC74
Complementary color
Monochromatic Colors of #7CBC74
Black with #7CBC74
Text Example
Text Example
White with #7CBC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBC74; }
p { color: rgb(124,188,116); }
H1.HeaderClassName
{
color: #7CBC74;
}
.AnyTagClassName
{
color: #7CBC74;
}
</style>
background-color css
<style>
a { background-color: #7CBC74; }
a { background-color: rgb(124,188,116); }
div.DivClassName
{
background-color: #7CBC74;
}
.BgClassName
{
background-color: #7CBC74;
}
</style>
border-color css
<style>
span { border-color: #7CBC74; }
span { border-color: rgb(124,188,116); }
td.TdClassName
{
border-color: #7CBC74;
}
.TagClassName
{
border-color: #7CBC74;
}
</style>