Shades of De York #7CBD79
Tints of De York #7CBD79
RGB
CMYK
RGB Variations
Color information
#7CBD79 (or 0x7CBD79) is known color: De York. HEX triplet: 7C, BD and 79. RGB value is (124,189,121). Sum of RGB (Red+Green+Blue) = 124+189+121=434 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.57% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBD79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBD79 is #834286. Grayscale: #A2A2A2. Windows color (decimal): -8602247 or 7978364. OLE color: 7978364.
HSL color Cylindrical-coordinate representation of color #7CBD79: hue angle of 117.35º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CBD79 is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 189 | 121 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.26 |
| HSL | 117.35º | 0.34% | 0.61% | - |
| HSV(B) | 117.35º | 0.36% | 0.74% | - |
| XYZ | 29.96 | 42.06 | 24.63 | - |
| YUV | 161.81 | 104.97 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 189 | 121 | 0.34 | 0 | 0.36 | 0.26 | 117.35 | 0.34 | 0.61 |
| Hex | 7C | BD | 79 | 22 | 0 | 24 | 1A | 75 | 22 | 3D |
| Octal | 174 | 275 | 171 | 42 | 0 | 44 | 32 | 165 | 42 | 75 |
| Binary | 1111100 | 10111101 | 1111001 | 100010 | 0 | 100100 | 11010 | 1110101 | 100010 | 111101 |
Color Harmonies of #7CBD79
Complementary color
Monochromatic Colors of #7CBD79
Black with #7CBD79
Text Example
Text Example
White with #7CBD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBD79; }
p { color: rgb(124,189,121); }
H1.HeaderClassName
{
color: #7CBD79;
}
.AnyTagClassName
{
color: #7CBD79;
}
</style>
background-color css
<style>
a { background-color: #7CBD79; }
a { background-color: rgb(124,189,121); }
div.DivClassName
{
background-color: #7CBD79;
}
.BgClassName
{
background-color: #7CBD79;
}
</style>
border-color css
<style>
span { border-color: #7CBD79; }
span { border-color: rgb(124,189,121); }
td.TdClassName
{
border-color: #7CBD79;
}
.TagClassName
{
border-color: #7CBD79;
}
</style>