Shades of De York #7FBC86
Tints of De York #7FBC86
RGB
CMYK
RGB Variations
Color information
#7FBC86 (or 0x7FBC86) is known color: De York. HEX triplet: 7F, BC and 86. RGB value is (127,188,134). Sum of RGB (Red+Green+Blue) = 127+188+134=449 (59% of max value = 765). Red value is 127 (50% from 255 or 28.29% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBC86 is #804379. Grayscale: #A3A3A3. Windows color (decimal): -8405882 or 8830079. OLE color: 8830079.
HSL color Cylindrical-coordinate representation of color #7FBC86: hue angle of 126.89º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBC86 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 134 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.26 |
| HSL | 126.89º | 0.31% | 0.62% | - |
| HSV(B) | 126.89º | 0.32% | 0.74% | - |
| XYZ | 31.04 | 42.2 | 29.06 | - |
| YUV | 163.61 | 111.29 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 134 | 0.32 | 0 | 0.29 | 0.26 | 126.89 | 0.31 | 0.62 |
| Hex | 7F | BC | 86 | 20 | 0 | 1D | 1A | 7F | 1F | 3E |
| Octal | 177 | 274 | 206 | 40 | 0 | 35 | 32 | 177 | 37 | 76 |
| Binary | 1111111 | 10111100 | 10000110 | 100000 | 0 | 11101 | 11010 | 1111111 | 11111 | 111110 |
Color Harmonies of #7FBC86
Complementary color
Monochromatic Colors of #7FBC86
Black with #7FBC86
Text Example
Text Example
White with #7FBC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC86; }
p { color: rgb(127,188,134); }
H1.HeaderClassName
{
color: #7FBC86;
}
.AnyTagClassName
{
color: #7FBC86;
}
</style>
background-color css
<style>
a { background-color: #7FBC86; }
a { background-color: rgb(127,188,134); }
div.DivClassName
{
background-color: #7FBC86;
}
.BgClassName
{
background-color: #7FBC86;
}
</style>
border-color css
<style>
span { border-color: #7FBC86; }
span { border-color: rgb(127,188,134); }
td.TdClassName
{
border-color: #7FBC86;
}
.TagClassName
{
border-color: #7FBC86;
}
</style>