Shades of De York #7FB77E
Tints of De York #7FB77E
RGB
CMYK
RGB Variations
Color information
#7FB77E (or 0x7FB77E) is known color: De York. HEX triplet: 7F, B7 and 7E. RGB value is (127,183,126). Sum of RGB (Red+Green+Blue) = 127+183+126=436 (57% of max value = 765). Red value is 127 (50% from 255 or 29.13% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB77E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB77E is #804881. Grayscale: #9F9F9F. Windows color (decimal): -8407170 or 8304511. OLE color: 8304511.
HSL color Cylindrical-coordinate representation of color #7FB77E: hue angle of 118.95º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FB77E is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 127 | 183 | 126 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.28 |
| HSL | 118.95º | 0.28% | 0.61% | - |
| HSV(B) | 118.95º | 0.31% | 0.72% | - |
| XYZ | 29.45 | 39.89 | 25.89 | - |
| YUV | 159.76 | 108.95 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 183 | 126 | 0.31 | 0 | 0.31 | 0.28 | 118.95 | 0.28 | 0.61 |
| Hex | 7F | B7 | 7E | 1F | 0 | 1F | 1C | 77 | 1C | 3D |
| Octal | 177 | 267 | 176 | 37 | 0 | 37 | 34 | 167 | 34 | 75 |
| Binary | 1111111 | 10110111 | 1111110 | 11111 | 0 | 11111 | 11100 | 1110111 | 11100 | 111101 |
Color Harmonies of #7FB77E
Complementary color
Monochromatic Colors of #7FB77E
Black with #7FB77E
Text Example
Text Example
White with #7FB77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB77E; }
p { color: rgb(127,183,126); }
H1.HeaderClassName
{
color: #7FB77E;
}
.AnyTagClassName
{
color: #7FB77E;
}
</style>
background-color css
<style>
a { background-color: #7FB77E; }
a { background-color: rgb(127,183,126); }
div.DivClassName
{
background-color: #7FB77E;
}
.BgClassName
{
background-color: #7FB77E;
}
</style>
border-color css
<style>
span { border-color: #7FB77E; }
span { border-color: rgb(127,183,126); }
td.TdClassName
{
border-color: #7FB77E;
}
.TagClassName
{
border-color: #7FB77E;
}
</style>