Shades of De York #7CB77E
Tints of De York #7CB77E
RGB
CMYK
RGB Variations
Color information
#7CB77E (or 0x7CB77E) is known color: De York. HEX triplet: 7C, B7 and 7E. RGB value is (124,183,126). Sum of RGB (Red+Green+Blue) = 124+183+126=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB77E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB77E is #834881. Grayscale: #9F9F9F. Windows color (decimal): -8603778 or 8304508. OLE color: 8304508.
HSL color Cylindrical-coordinate representation of color #7CB77E: hue angle of 122.03º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7CB77E is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 183 | 126 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.28 |
| HSL | 122.03º | 0.29% | 0.6% | - |
| HSV(B) | 122.03º | 0.32% | 0.72% | - |
| XYZ | 29.01 | 39.66 | 25.86 | - |
| YUV | 158.86 | 109.45 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 183 | 126 | 0.32 | 0 | 0.31 | 0.28 | 122.03 | 0.29 | 0.6 |
| Hex | 7C | B7 | 7E | 20 | 0 | 1F | 1C | 7A | 1D | 3C |
| Octal | 174 | 267 | 176 | 40 | 0 | 37 | 34 | 172 | 35 | 74 |
| Binary | 1111100 | 10110111 | 1111110 | 100000 | 0 | 11111 | 11100 | 1111010 | 11101 | 111100 |
Color Harmonies of #7CB77E
Complementary color
Monochromatic Colors of #7CB77E
Black with #7CB77E
Text Example
Text Example
White with #7CB77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB77E; }
p { color: rgb(124,183,126); }
H1.HeaderClassName
{
color: #7CB77E;
}
.AnyTagClassName
{
color: #7CB77E;
}
</style>
background-color css
<style>
a { background-color: #7CB77E; }
a { background-color: rgb(124,183,126); }
div.DivClassName
{
background-color: #7CB77E;
}
.BgClassName
{
background-color: #7CB77E;
}
</style>
border-color css
<style>
span { border-color: #7CB77E; }
span { border-color: rgb(124,183,126); }
td.TdClassName
{
border-color: #7CB77E;
}
.TagClassName
{
border-color: #7CB77E;
}
</style>