Shades of De York #7FBA81
Tints of De York #7FBA81
RGB
CMYK
RGB Variations
Color information
#7FBA81 (or 0x7FBA81) is known color: De York. HEX triplet: 7F, BA and 81. RGB value is (127,186,129). Sum of RGB (Red+Green+Blue) = 127+186+129=442 (58% of max value = 765). Red value is 127 (50% from 255 or 28.73% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 129 (50.78% from 255 or 29.19% from 442); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBA81 is #80457E. Grayscale: #A2A2A2. Windows color (decimal): -8406399 or 8501887. OLE color: 8501887.
HSL color Cylindrical-coordinate representation of color #7FBA81: hue angle of 122.03º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBA81 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 186 | 129 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.27 |
| HSL | 122.03º | 0.3% | 0.61% | - |
| HSV(B) | 122.03º | 0.32% | 0.73% | - |
| XYZ | 30.27 | 41.21 | 27.13 | - |
| YUV | 161.86 | 109.45 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 186 | 129 | 0.32 | 0 | 0.31 | 0.27 | 122.03 | 0.3 | 0.61 |
| Hex | 7F | BA | 81 | 20 | 0 | 1F | 1B | 7A | 1E | 3D |
| Octal | 177 | 272 | 201 | 40 | 0 | 37 | 33 | 172 | 36 | 75 |
| Binary | 1111111 | 10111010 | 10000001 | 100000 | 0 | 11111 | 11011 | 1111010 | 11110 | 111101 |
Color Harmonies of #7FBA81
Complementary color
Monochromatic Colors of #7FBA81
Black with #7FBA81
Text Example
Text Example
White with #7FBA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBA81; }
p { color: rgb(127,186,129); }
H1.HeaderClassName
{
color: #7FBA81;
}
.AnyTagClassName
{
color: #7FBA81;
}
</style>
background-color css
<style>
a { background-color: #7FBA81; }
a { background-color: rgb(127,186,129); }
div.DivClassName
{
background-color: #7FBA81;
}
.BgClassName
{
background-color: #7FBA81;
}
</style>
border-color css
<style>
span { border-color: #7FBA81; }
span { border-color: rgb(127,186,129); }
td.TdClassName
{
border-color: #7FBA81;
}
.TagClassName
{
border-color: #7FBA81;
}
</style>