Shades of De York #7CBA7E
Tints of De York #7CBA7E
RGB
CMYK
RGB Variations
Color information
#7CBA7E (or 0x7CBA7E) is known color: De York. HEX triplet: 7C, BA and 7E. RGB value is (124,186,126). Sum of RGB (Red+Green+Blue) = 124+186+126=436 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.44% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBA7E is #834581. Grayscale: #A0A0A0. Windows color (decimal): -8603010 or 8305276. OLE color: 8305276.
HSL color Cylindrical-coordinate representation of color #7CBA7E: hue angle of 121.94º degrees, saturation: 0.31, 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 #7CBA7E is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 186 | 126 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.27 |
| HSL | 121.94º | 0.31% | 0.61% | - |
| HSV(B) | 121.94º | 0.33% | 0.73% | - |
| XYZ | 29.64 | 40.91 | 26.07 | - |
| YUV | 160.62 | 108.46 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 126 | 0.33 | 0 | 0.32 | 0.27 | 121.94 | 0.31 | 0.61 |
| Hex | 7C | BA | 7E | 21 | 0 | 20 | 1B | 7A | 1F | 3D |
| Octal | 174 | 272 | 176 | 41 | 0 | 40 | 33 | 172 | 37 | 75 |
| Binary | 1111100 | 10111010 | 1111110 | 100001 | 0 | 100000 | 11011 | 1111010 | 11111 | 111101 |
Color Harmonies of #7CBA7E
Complementary color
Monochromatic Colors of #7CBA7E
Black with #7CBA7E
Text Example
Text Example
White with #7CBA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBA7E; }
p { color: rgb(124,186,126); }
H1.HeaderClassName
{
color: #7CBA7E;
}
.AnyTagClassName
{
color: #7CBA7E;
}
</style>
background-color css
<style>
a { background-color: #7CBA7E; }
a { background-color: rgb(124,186,126); }
div.DivClassName
{
background-color: #7CBA7E;
}
.BgClassName
{
background-color: #7CBA7E;
}
</style>
border-color css
<style>
span { border-color: #7CBA7E; }
span { border-color: rgb(124,186,126); }
td.TdClassName
{
border-color: #7CBA7E;
}
.TagClassName
{
border-color: #7CBA7E;
}
</style>