Shades of De York #7FBB86
Tints of De York #7FBB86
RGB
CMYK
RGB Variations
Color information
#7FBB86 (or 0x7FBB86) is known color: De York. HEX triplet: 7F, BB and 86. RGB value is (127,187,134). Sum of RGB (Red+Green+Blue) = 127+187+134=448 (59% of max value = 765). Red value is 127 (50% from 255 or 28.35% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 187 - color contains mainly: green. Hex color #7FBB86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBB86 is #804479. Grayscale: #A3A3A3. Windows color (decimal): -8406138 or 8829823. OLE color: 8829823.
HSL color Cylindrical-coordinate representation of color #7FBB86: hue angle of 127º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBB86 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 187 | 134 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.27 |
| HSL | 127º | 0.31% | 0.62% | - |
| HSV(B) | 127º | 0.32% | 0.73% | - |
| XYZ | 30.83 | 41.77 | 28.99 | - |
| YUV | 163.02 | 111.62 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 187 | 134 | 0.32 | 0 | 0.28 | 0.27 | 127 | 0.31 | 0.62 |
| Hex | 7F | BB | 86 | 20 | 0 | 1C | 1B | 7F | 1F | 3E |
| Octal | 177 | 273 | 206 | 40 | 0 | 34 | 33 | 177 | 37 | 76 |
| Binary | 1111111 | 10111011 | 10000110 | 100000 | 0 | 11100 | 11011 | 1111111 | 11111 | 111110 |
Color Harmonies of #7FBB86
Complementary color
Monochromatic Colors of #7FBB86
Black with #7FBB86
Text Example
Text Example
White with #7FBB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBB86; }
p { color: rgb(127,187,134); }
H1.HeaderClassName
{
color: #7FBB86;
}
.AnyTagClassName
{
color: #7FBB86;
}
</style>
background-color css
<style>
a { background-color: #7FBB86; }
a { background-color: rgb(127,187,134); }
div.DivClassName
{
background-color: #7FBB86;
}
.BgClassName
{
background-color: #7FBB86;
}
</style>
border-color css
<style>
span { border-color: #7FBB86; }
span { border-color: rgb(127,187,134); }
td.TdClassName
{
border-color: #7FBB86;
}
.TagClassName
{
border-color: #7FBB86;
}
</style>