Shades of De York #7CBC7A
Tints of De York #7CBC7A
RGB
CMYK
RGB Variations
Color information
#7CBC7A (or 0x7CBC7A) is known color: De York. HEX triplet: 7C, BC and 7A. RGB value is (124,188,122). Sum of RGB (Red+Green+Blue) = 124+188+122=434 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.57% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBC7A is #834385. Grayscale: #A1A1A1. Windows color (decimal): -8602502 or 8043644. OLE color: 8043644.
HSL color Cylindrical-coordinate representation of color #7CBC7A: hue angle of 118.18º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CBC7A is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 188 | 122 | - |
| CMYK | 0.34 | 0 | 0.35 | 0.26 |
| HSL | 118.18º | 0.33% | 0.61% | - |
| HSV(B) | 118.18º | 0.35% | 0.74% | - |
| XYZ | 29.81 | 41.66 | 24.88 | - |
| YUV | 161.34 | 105.8 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 188 | 122 | 0.34 | 0 | 0.35 | 0.26 | 118.18 | 0.33 | 0.61 |
| Hex | 7C | BC | 7A | 22 | 0 | 23 | 1A | 76 | 21 | 3D |
| Octal | 174 | 274 | 172 | 42 | 0 | 43 | 32 | 166 | 41 | 75 |
| Binary | 1111100 | 10111100 | 1111010 | 100010 | 0 | 100011 | 11010 | 1110110 | 100001 | 111101 |
Color Harmonies of #7CBC7A
Complementary color
Monochromatic Colors of #7CBC7A
Black with #7CBC7A
Text Example
Text Example
White with #7CBC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBC7A; }
p { color: rgb(124,188,122); }
H1.HeaderClassName
{
color: #7CBC7A;
}
.AnyTagClassName
{
color: #7CBC7A;
}
</style>
background-color css
<style>
a { background-color: #7CBC7A; }
a { background-color: rgb(124,188,122); }
div.DivClassName
{
background-color: #7CBC7A;
}
.BgClassName
{
background-color: #7CBC7A;
}
</style>
border-color css
<style>
span { border-color: #7CBC7A; }
span { border-color: rgb(124,188,122); }
td.TdClassName
{
border-color: #7CBC7A;
}
.TagClassName
{
border-color: #7CBC7A;
}
</style>