Shades of De York #7FB779
Tints of De York #7FB779
RGB
CMYK
RGB Variations
Color information
#7FB779 (or 0x7FB779) is known color: De York. HEX triplet: 7F, B7 and 79. RGB value is (127,183,121). Sum of RGB (Red+Green+Blue) = 127+183+121=431 (57% of max value = 765). Red value is 127 (50% from 255 or 29.47% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB779 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB779 is #804886. Grayscale: #9F9F9F. Windows color (decimal): -8407175 or 7976831. OLE color: 7976831.
HSL color Cylindrical-coordinate representation of color #7FB779: hue angle of 114.19º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7FB779 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 127 | 183 | 121 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.28 |
| HSL | 114.19º | 0.3% | 0.6% | - |
| HSV(B) | 114.19º | 0.34% | 0.72% | - |
| XYZ | 29.14 | 39.76 | 24.23 | - |
| YUV | 159.19 | 106.45 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 183 | 121 | 0.31 | 0 | 0.34 | 0.28 | 114.19 | 0.3 | 0.6 |
| Hex | 7F | B7 | 79 | 1F | 0 | 22 | 1C | 72 | 1E | 3C |
| Octal | 177 | 267 | 171 | 37 | 0 | 42 | 34 | 162 | 36 | 74 |
| Binary | 1111111 | 10110111 | 1111001 | 11111 | 0 | 100010 | 11100 | 1110010 | 11110 | 111100 |
Color Harmonies of #7FB779
Complementary color
Monochromatic Colors of #7FB779
Black with #7FB779
Text Example
Text Example
White with #7FB779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB779; }
p { color: rgb(127,183,121); }
H1.HeaderClassName
{
color: #7FB779;
}
.AnyTagClassName
{
color: #7FB779;
}
</style>
background-color css
<style>
a { background-color: #7FB779; }
a { background-color: rgb(127,183,121); }
div.DivClassName
{
background-color: #7FB779;
}
.BgClassName
{
background-color: #7FB779;
}
</style>
border-color css
<style>
span { border-color: #7FB779; }
span { border-color: rgb(127,183,121); }
td.TdClassName
{
border-color: #7FB779;
}
.TagClassName
{
border-color: #7FB779;
}
</style>