Shades of De York #7CB77A
Tints of De York #7CB77A
RGB
CMYK
RGB Variations
Color information
#7CB77A (or 0x7CB77A) is known color: De York. HEX triplet: 7C, B7 and 7A. RGB value is (124,183,122). Sum of RGB (Red+Green+Blue) = 124+183+122=429 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.90% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB77A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB77A is #834885. Grayscale: #9E9E9E. Windows color (decimal): -8603782 or 8042364. OLE color: 8042364.
HSL color Cylindrical-coordinate representation of color #7CB77A: hue angle of 118.03º 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 #7CB77A is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 183 | 122 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.28 |
| HSL | 118.03º | 0.3% | 0.6% | - |
| HSV(B) | 118.03º | 0.33% | 0.72% | - |
| XYZ | 28.76 | 39.56 | 24.53 | - |
| YUV | 158.41 | 107.45 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 183 | 122 | 0.32 | 0 | 0.33 | 0.28 | 118.03 | 0.3 | 0.6 |
| Hex | 7C | B7 | 7A | 20 | 0 | 21 | 1C | 76 | 1E | 3C |
| Octal | 174 | 267 | 172 | 40 | 0 | 41 | 34 | 166 | 36 | 74 |
| Binary | 1111100 | 10110111 | 1111010 | 100000 | 0 | 100001 | 11100 | 1110110 | 11110 | 111100 |
Color Harmonies of #7CB77A
Complementary color
Monochromatic Colors of #7CB77A
Black with #7CB77A
Text Example
Text Example
White with #7CB77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB77A; }
p { color: rgb(124,183,122); }
H1.HeaderClassName
{
color: #7CB77A;
}
.AnyTagClassName
{
color: #7CB77A;
}
</style>
background-color css
<style>
a { background-color: #7CB77A; }
a { background-color: rgb(124,183,122); }
div.DivClassName
{
background-color: #7CB77A;
}
.BgClassName
{
background-color: #7CB77A;
}
</style>
border-color css
<style>
span { border-color: #7CB77A; }
span { border-color: rgb(124,183,122); }
td.TdClassName
{
border-color: #7CB77A;
}
.TagClassName
{
border-color: #7CB77A;
}
</style>