Shades of De York #7CBE76
Tints of De York #7CBE76
RGB
CMYK
RGB Variations
Color information
#7CBE76 (or 0x7CBE76) is known color: De York. HEX triplet: 7C, BE and 76. RGB value is (124,190,118). Sum of RGB (Red+Green+Blue) = 124+190+118=432 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.70% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBE76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBE76 is #834189. Grayscale: #A2A2A2. Windows color (decimal): -8601994 or 7782012. OLE color: 7782012.
HSL color Cylindrical-coordinate representation of color #7CBE76: hue angle of 115º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CBE76 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 190 | 118 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.25 |
| HSL | 115º | 0.36% | 0.6% | - |
| HSV(B) | 115º | 0.38% | 0.75% | - |
| XYZ | 30 | 42.42 | 23.75 | - |
| YUV | 162.06 | 103.13 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 190 | 118 | 0.35 | 0 | 0.38 | 0.25 | 115 | 0.36 | 0.6 |
| Hex | 7C | BE | 76 | 23 | 0 | 26 | 19 | 73 | 24 | 3C |
| Octal | 174 | 276 | 166 | 43 | 0 | 46 | 31 | 163 | 44 | 74 |
| Binary | 1111100 | 10111110 | 1110110 | 100011 | 0 | 100110 | 11001 | 1110011 | 100100 | 111100 |
Color Harmonies of #7CBE76
Complementary color
Monochromatic Colors of #7CBE76
Black with #7CBE76
Text Example
Text Example
White with #7CBE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBE76; }
p { color: rgb(124,190,118); }
H1.HeaderClassName
{
color: #7CBE76;
}
.AnyTagClassName
{
color: #7CBE76;
}
</style>
background-color css
<style>
a { background-color: #7CBE76; }
a { background-color: rgb(124,190,118); }
div.DivClassName
{
background-color: #7CBE76;
}
.BgClassName
{
background-color: #7CBE76;
}
</style>
border-color css
<style>
span { border-color: #7CBE76; }
span { border-color: rgb(124,190,118); }
td.TdClassName
{
border-color: #7CBE76;
}
.TagClassName
{
border-color: #7CBE76;
}
</style>