Shades of De York #7FB77A
Tints of De York #7FB77A
RGB
CMYK
RGB Variations
Color information
#7FB77A (or 0x7FB77A) is known color: De York. HEX triplet: 7F, B7 and 7A. RGB value is (127,183,122). Sum of RGB (Red+Green+Blue) = 127+183+122=432 (57% of max value = 765). Red value is 127 (50% from 255 or 29.40% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB77A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB77A is #804885. Grayscale: #9F9F9F. Windows color (decimal): -8407174 or 8042367. OLE color: 8042367.
HSL color Cylindrical-coordinate representation of color #7FB77A: hue angle of 115.08º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FB77A is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 127 | 183 | 122 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.28 |
| HSL | 115.08º | 0.3% | 0.6% | - |
| HSV(B) | 115.08º | 0.33% | 0.72% | - |
| XYZ | 29.2 | 39.78 | 24.55 | - |
| YUV | 159.3 | 106.95 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 183 | 122 | 0.31 | 0 | 0.33 | 0.28 | 115.08 | 0.3 | 0.6 |
| Hex | 7F | B7 | 7A | 1F | 0 | 21 | 1C | 73 | 1E | 3C |
| Octal | 177 | 267 | 172 | 37 | 0 | 41 | 34 | 163 | 36 | 74 |
| Binary | 1111111 | 10110111 | 1111010 | 11111 | 0 | 100001 | 11100 | 1110011 | 11110 | 111100 |
Color Harmonies of #7FB77A
Complementary color
Monochromatic Colors of #7FB77A
Black with #7FB77A
Text Example
Text Example
White with #7FB77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB77A; }
p { color: rgb(127,183,122); }
H1.HeaderClassName
{
color: #7FB77A;
}
.AnyTagClassName
{
color: #7FB77A;
}
</style>
background-color css
<style>
a { background-color: #7FB77A; }
a { background-color: rgb(127,183,122); }
div.DivClassName
{
background-color: #7FB77A;
}
.BgClassName
{
background-color: #7FB77A;
}
</style>
border-color css
<style>
span { border-color: #7FB77A; }
span { border-color: rgb(127,183,122); }
td.TdClassName
{
border-color: #7FB77A;
}
.TagClassName
{
border-color: #7FB77A;
}
</style>