Shades of De York #7CBC7F
Tints of De York #7CBC7F
RGB
CMYK
RGB Variations
Color information
#7CBC7F (or 0x7CBC7F) is known color: De York. HEX triplet: 7C, BC and 7F. RGB value is (124,188,127). Sum of RGB (Red+Green+Blue) = 124+188+127=439 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.25% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBC7F is #834380. Grayscale: #A2A2A2. Windows color (decimal): -8602497 or 8371324. OLE color: 8371324.
HSL color Cylindrical-coordinate representation of color #7CBC7F: hue angle of 122.81º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBC7F is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 188 | 127 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.26 |
| HSL | 122.81º | 0.32% | 0.61% | - |
| HSV(B) | 122.81º | 0.34% | 0.74% | - |
| XYZ | 30.13 | 41.78 | 26.56 | - |
| YUV | 161.91 | 108.3 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 188 | 127 | 0.34 | 0 | 0.32 | 0.26 | 122.81 | 0.32 | 0.61 |
| Hex | 7C | BC | 7F | 22 | 0 | 20 | 1A | 7B | 20 | 3D |
| Octal | 174 | 274 | 177 | 42 | 0 | 40 | 32 | 173 | 40 | 75 |
| Binary | 1111100 | 10111100 | 1111111 | 100010 | 0 | 100000 | 11010 | 1111011 | 100000 | 111101 |
Color Harmonies of #7CBC7F
Complementary color
Monochromatic Colors of #7CBC7F
Black with #7CBC7F
Text Example
Text Example
White with #7CBC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBC7F; }
p { color: rgb(124,188,127); }
H1.HeaderClassName
{
color: #7CBC7F;
}
.AnyTagClassName
{
color: #7CBC7F;
}
</style>
background-color css
<style>
a { background-color: #7CBC7F; }
a { background-color: rgb(124,188,127); }
div.DivClassName
{
background-color: #7CBC7F;
}
.BgClassName
{
background-color: #7CBC7F;
}
</style>
border-color css
<style>
span { border-color: #7CBC7F; }
span { border-color: rgb(124,188,127); }
td.TdClassName
{
border-color: #7CBC7F;
}
.TagClassName
{
border-color: #7CBC7F;
}
</style>