Shades of De York #7CBE86
Tints of De York #7CBE86
RGB
CMYK
RGB Variations
Color information
#7CBE86 (or 0x7CBE86) is known color: De York. HEX triplet: 7C, BE and 86. RGB value is (124,190,134). Sum of RGB (Red+Green+Blue) = 124+190+134=448 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.68% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBE86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBE86 is #834179. Grayscale: #A4A4A4. Windows color (decimal): -8601978 or 8830588. OLE color: 8830588.
HSL color Cylindrical-coordinate representation of color #7CBE86: hue angle of 129.09º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CBE86 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 190 | 134 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.25 |
| HSL | 129.09º | 0.34% | 0.62% | - |
| HSV(B) | 129.09º | 0.35% | 0.75% | - |
| XYZ | 31.03 | 42.83 | 29.19 | - |
| YUV | 163.88 | 111.13 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 190 | 134 | 0.35 | 0 | 0.29 | 0.25 | 129.09 | 0.34 | 0.62 |
| Hex | 7C | BE | 86 | 23 | 0 | 1D | 19 | 81 | 22 | 3E |
| Octal | 174 | 276 | 206 | 43 | 0 | 35 | 31 | 201 | 42 | 76 |
| Binary | 1111100 | 10111110 | 10000110 | 100011 | 0 | 11101 | 11001 | 10000001 | 100010 | 111110 |
Color Harmonies of #7CBE86
Complementary color
Monochromatic Colors of #7CBE86
Black with #7CBE86
Text Example
Text Example
White with #7CBE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBE86; }
p { color: rgb(124,190,134); }
H1.HeaderClassName
{
color: #7CBE86;
}
.AnyTagClassName
{
color: #7CBE86;
}
</style>
background-color css
<style>
a { background-color: #7CBE86; }
a { background-color: rgb(124,190,134); }
div.DivClassName
{
background-color: #7CBE86;
}
.BgClassName
{
background-color: #7CBE86;
}
</style>
border-color css
<style>
span { border-color: #7CBE86; }
span { border-color: rgb(124,190,134); }
td.TdClassName
{
border-color: #7CBE86;
}
.TagClassName
{
border-color: #7CBE86;
}
</style>