Shades of De York #7FB77F
Tints of De York #7FB77F
RGB
CMYK
RGB Variations
Color information
#7FB77F (or 0x7FB77F) is known color: De York. HEX triplet: 7F, B7 and 7F. RGB value is (127,183,127). Sum of RGB (Red+Green+Blue) = 127+183+127=437 (57% of max value = 765). Red value is 127 (50% from 255 or 29.06% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB77F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB77F is #804880. Grayscale: #A0A0A0. Windows color (decimal): -8407169 or 8370047. OLE color: 8370047.
HSL color Cylindrical-coordinate representation of color #7FB77F: hue angle of 120º 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 #7FB77F is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 127 | 183 | 127 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.28 |
| HSL | 120º | 0.28% | 0.61% | - |
| HSV(B) | 120º | 0.31% | 0.72% | - |
| XYZ | 29.52 | 39.91 | 26.23 | - |
| YUV | 159.87 | 109.45 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 183 | 127 | 0.31 | 0 | 0.31 | 0.28 | 120 | 0.28 | 0.61 |
| Hex | 7F | B7 | 7F | 1F | 0 | 1F | 1C | 78 | 1C | 3D |
| Octal | 177 | 267 | 177 | 37 | 0 | 37 | 34 | 170 | 34 | 75 |
| Binary | 1111111 | 10110111 | 1111111 | 11111 | 0 | 11111 | 11100 | 1111000 | 11100 | 111101 |
Color Harmonies of #7FB77F
Complementary color
Monochromatic Colors of #7FB77F
Black with #7FB77F
Text Example
Text Example
White with #7FB77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB77F; }
p { color: rgb(127,183,127); }
H1.HeaderClassName
{
color: #7FB77F;
}
.AnyTagClassName
{
color: #7FB77F;
}
</style>
background-color css
<style>
a { background-color: #7FB77F; }
a { background-color: rgb(127,183,127); }
div.DivClassName
{
background-color: #7FB77F;
}
.BgClassName
{
background-color: #7FB77F;
}
</style>
border-color css
<style>
span { border-color: #7FB77F; }
span { border-color: rgb(127,183,127); }
td.TdClassName
{
border-color: #7FB77F;
}
.TagClassName
{
border-color: #7FB77F;
}
</style>