Shades of De York #7CB77D
Tints of De York #7CB77D
RGB
CMYK
RGB Variations
Color information
#7CB77D (or 0x7CB77D) is known color: De York. HEX triplet: 7C, B7 and 7D. RGB value is (124,183,125). Sum of RGB (Red+Green+Blue) = 124+183+125=432 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.70% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB77D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB77D is #834882. Grayscale: #9E9E9E. Windows color (decimal): -8603779 or 8238972. OLE color: 8238972.
HSL color Cylindrical-coordinate representation of color #7CB77D: hue angle of 121.02º 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 #7CB77D is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 183 | 125 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.28 |
| HSL | 121.02º | 0.29% | 0.6% | - |
| HSV(B) | 121.02º | 0.32% | 0.72% | - |
| XYZ | 28.95 | 39.63 | 25.53 | - |
| YUV | 158.75 | 108.95 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 183 | 125 | 0.32 | 0 | 0.32 | 0.28 | 121.02 | 0.29 | 0.6 |
| Hex | 7C | B7 | 7D | 20 | 0 | 20 | 1C | 79 | 1D | 3C |
| Octal | 174 | 267 | 175 | 40 | 0 | 40 | 34 | 171 | 35 | 74 |
| Binary | 1111100 | 10110111 | 1111101 | 100000 | 0 | 100000 | 11100 | 1111001 | 11101 | 111100 |
Color Harmonies of #7CB77D
Complementary color
Monochromatic Colors of #7CB77D
Black with #7CB77D
Text Example
Text Example
White with #7CB77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB77D; }
p { color: rgb(124,183,125); }
H1.HeaderClassName
{
color: #7CB77D;
}
.AnyTagClassName
{
color: #7CB77D;
}
</style>
background-color css
<style>
a { background-color: #7CB77D; }
a { background-color: rgb(124,183,125); }
div.DivClassName
{
background-color: #7CB77D;
}
.BgClassName
{
background-color: #7CB77D;
}
</style>
border-color css
<style>
span { border-color: #7CB77D; }
span { border-color: rgb(124,183,125); }
td.TdClassName
{
border-color: #7CB77D;
}
.TagClassName
{
border-color: #7CB77D;
}
</style>