Shades of De York #7CBA7D
Tints of De York #7CBA7D
RGB
CMYK
RGB Variations
Color information
#7CBA7D (or 0x7CBA7D) is known color: De York. HEX triplet: 7C, BA and 7D. RGB value is (124,186,125). Sum of RGB (Red+Green+Blue) = 124+186+125=435 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.51% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBA7D is #834582. Grayscale: #A0A0A0. Windows color (decimal): -8603011 or 8239740. OLE color: 8239740.
HSL color Cylindrical-coordinate representation of color #7CBA7D: hue angle of 120.97º 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 #7CBA7D is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 186 | 125 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.27 |
| HSL | 120.97º | 0.31% | 0.61% | - |
| HSV(B) | 120.97º | 0.33% | 0.73% | - |
| XYZ | 29.57 | 40.88 | 25.73 | - |
| YUV | 160.51 | 107.96 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 125 | 0.33 | 0 | 0.33 | 0.27 | 120.97 | 0.31 | 0.61 |
| Hex | 7C | BA | 7D | 21 | 0 | 21 | 1B | 79 | 1F | 3D |
| Octal | 174 | 272 | 175 | 41 | 0 | 41 | 33 | 171 | 37 | 75 |
| Binary | 1111100 | 10111010 | 1111101 | 100001 | 0 | 100001 | 11011 | 1111001 | 11111 | 111101 |
Color Harmonies of #7CBA7D
Complementary color
Monochromatic Colors of #7CBA7D
Black with #7CBA7D
Text Example
Text Example
White with #7CBA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBA7D; }
p { color: rgb(124,186,125); }
H1.HeaderClassName
{
color: #7CBA7D;
}
.AnyTagClassName
{
color: #7CBA7D;
}
</style>
background-color css
<style>
a { background-color: #7CBA7D; }
a { background-color: rgb(124,186,125); }
div.DivClassName
{
background-color: #7CBA7D;
}
.BgClassName
{
background-color: #7CBA7D;
}
</style>
border-color css
<style>
span { border-color: #7CBA7D; }
span { border-color: rgb(124,186,125); }
td.TdClassName
{
border-color: #7CBA7D;
}
.TagClassName
{
border-color: #7CBA7D;
}
</style>