Shades of De York #7CBA7B
Tints of De York #7CBA7B
RGB
CMYK
RGB Variations
Color information
#7CBA7B (or 0x7CBA7B) is known color: De York. HEX triplet: 7C, BA and 7B. RGB value is (124,186,123). Sum of RGB (Red+Green+Blue) = 124+186+123=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBA7B is #834584. Grayscale: #A0A0A0. Windows color (decimal): -8603013 or 8108668. OLE color: 8108668.
HSL color Cylindrical-coordinate representation of color #7CBA7B: hue angle of 119.05º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBA7B is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 186 | 123 | - |
| CMYK | 0.33 | 0 | 0.34 | 0.27 |
| HSL | 119.05º | 0.31% | 0.61% | - |
| HSV(B) | 119.05º | 0.34% | 0.73% | - |
| XYZ | 29.45 | 40.83 | 25.07 | - |
| YUV | 160.28 | 106.96 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 123 | 0.33 | 0 | 0.34 | 0.27 | 119.05 | 0.31 | 0.61 |
| Hex | 7C | BA | 7B | 21 | 0 | 22 | 1B | 77 | 1F | 3D |
| Octal | 174 | 272 | 173 | 41 | 0 | 42 | 33 | 167 | 37 | 75 |
| Binary | 1111100 | 10111010 | 1111011 | 100001 | 0 | 100010 | 11011 | 1110111 | 11111 | 111101 |
Color Harmonies of #7CBA7B
Complementary color
Monochromatic Colors of #7CBA7B
Black with #7CBA7B
Text Example
Text Example
White with #7CBA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBA7B; }
p { color: rgb(124,186,123); }
H1.HeaderClassName
{
color: #7CBA7B;
}
.AnyTagClassName
{
color: #7CBA7B;
}
</style>
background-color css
<style>
a { background-color: #7CBA7B; }
a { background-color: rgb(124,186,123); }
div.DivClassName
{
background-color: #7CBA7B;
}
.BgClassName
{
background-color: #7CBA7B;
}
</style>
border-color css
<style>
span { border-color: #7CBA7B; }
span { border-color: rgb(124,186,123); }
td.TdClassName
{
border-color: #7CBA7B;
}
.TagClassName
{
border-color: #7CBA7B;
}
</style>