Shades of De York #7CBE75
Tints of De York #7CBE75
RGB
CMYK
RGB Variations
Color information
#7CBE75 (or 0x7CBE75) is known color: De York. HEX triplet: 7C, BE and 75. RGB value is (124,190,117). Sum of RGB (Red+Green+Blue) = 124+190+117=431 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.77% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBE75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBE75 is #83418A. Grayscale: #A2A2A2. Windows color (decimal): -8601995 or 7716476. OLE color: 7716476.
HSL color Cylindrical-coordinate representation of color #7CBE75: hue angle of 114.25º 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 #7CBE75 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 190 | 117 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.25 |
| HSL | 114.25º | 0.36% | 0.6% | - |
| HSV(B) | 114.25º | 0.38% | 0.75% | - |
| XYZ | 29.94 | 42.4 | 23.44 | - |
| YUV | 161.94 | 102.63 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 190 | 117 | 0.35 | 0 | 0.38 | 0.25 | 114.25 | 0.36 | 0.6 |
| Hex | 7C | BE | 75 | 23 | 0 | 26 | 19 | 72 | 24 | 3C |
| Octal | 174 | 276 | 165 | 43 | 0 | 46 | 31 | 162 | 44 | 74 |
| Binary | 1111100 | 10111110 | 1110101 | 100011 | 0 | 100110 | 11001 | 1110010 | 100100 | 111100 |
Color Harmonies of #7CBE75
Complementary color
Monochromatic Colors of #7CBE75
Black with #7CBE75
Text Example
Text Example
White with #7CBE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBE75; }
p { color: rgb(124,190,117); }
H1.HeaderClassName
{
color: #7CBE75;
}
.AnyTagClassName
{
color: #7CBE75;
}
</style>
background-color css
<style>
a { background-color: #7CBE75; }
a { background-color: rgb(124,190,117); }
div.DivClassName
{
background-color: #7CBE75;
}
.BgClassName
{
background-color: #7CBE75;
}
</style>
border-color css
<style>
span { border-color: #7CBE75; }
span { border-color: rgb(124,190,117); }
td.TdClassName
{
border-color: #7CBE75;
}
.TagClassName
{
border-color: #7CBE75;
}
</style>