Shades of De York #7CBE74
Tints of De York #7CBE74
RGB
CMYK
RGB Variations
Color information
#7CBE74 (or 0x7CBE74) is known color: De York. HEX triplet: 7C, BE and 74. RGB value is (124,190,116). Sum of RGB (Red+Green+Blue) = 124+190+116=430 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.84% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBE74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBE74 is #83418B. Grayscale: #A2A2A2. Windows color (decimal): -8601996 or 7650940. OLE color: 7650940.
HSL color Cylindrical-coordinate representation of color #7CBE74: hue angle of 113.51º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CBE74 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 190 | 116 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.25 |
| HSL | 113.51º | 0.36% | 0.6% | - |
| HSV(B) | 113.51º | 0.39% | 0.75% | - |
| XYZ | 29.88 | 42.37 | 23.13 | - |
| YUV | 161.83 | 102.13 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 190 | 116 | 0.35 | 0 | 0.39 | 0.25 | 113.51 | 0.36 | 0.6 |
| Hex | 7C | BE | 74 | 23 | 0 | 27 | 19 | 72 | 24 | 3C |
| Octal | 174 | 276 | 164 | 43 | 0 | 47 | 31 | 162 | 44 | 74 |
| Binary | 1111100 | 10111110 | 1110100 | 100011 | 0 | 100111 | 11001 | 1110010 | 100100 | 111100 |
Color Harmonies of #7CBE74
Complementary color
Monochromatic Colors of #7CBE74
Black with #7CBE74
Text Example
Text Example
White with #7CBE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBE74; }
p { color: rgb(124,190,116); }
H1.HeaderClassName
{
color: #7CBE74;
}
.AnyTagClassName
{
color: #7CBE74;
}
</style>
background-color css
<style>
a { background-color: #7CBE74; }
a { background-color: rgb(124,190,116); }
div.DivClassName
{
background-color: #7CBE74;
}
.BgClassName
{
background-color: #7CBE74;
}
</style>
border-color css
<style>
span { border-color: #7CBE74; }
span { border-color: rgb(124,190,116); }
td.TdClassName
{
border-color: #7CBE74;
}
.TagClassName
{
border-color: #7CBE74;
}
</style>