Shades of De York #7CB67F
Tints of De York #7CB67F
RGB
CMYK
RGB Variations
Color information
#7CB67F (or 0x7CB67F) is known color: De York. HEX triplet: 7C, B6 and 7F. RGB value is (124,182,127). Sum of RGB (Red+Green+Blue) = 124+182+127=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB67F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB67F is #834980. Grayscale: #9E9E9E. Windows color (decimal): -8604033 or 8369788. OLE color: 8369788.
HSL color Cylindrical-coordinate representation of color #7CB67F: hue angle of 123.1º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7CB67F is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 182 | 127 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.29 |
| HSL | 123.1º | 0.28% | 0.6% | - |
| HSV(B) | 123.1º | 0.32% | 0.71% | - |
| XYZ | 28.87 | 39.27 | 26.14 | - |
| YUV | 158.39 | 110.28 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 182 | 127 | 0.32 | 0 | 0.30 | 0.29 | 123.1 | 0.28 | 0.6 |
| Hex | 7C | B6 | 7F | 20 | 0 | 1E | 1D | 7B | 1C | 3C |
| Octal | 174 | 266 | 177 | 40 | 0 | 36 | 35 | 173 | 34 | 74 |
| Binary | 1111100 | 10110110 | 1111111 | 100000 | 0 | 11110 | 11101 | 1111011 | 11100 | 111100 |
Color Harmonies of #7CB67F
Complementary color
Monochromatic Colors of #7CB67F
Black with #7CB67F
Text Example
Text Example
White with #7CB67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB67F; }
p { color: rgb(124,182,127); }
H1.HeaderClassName
{
color: #7CB67F;
}
.AnyTagClassName
{
color: #7CB67F;
}
</style>
background-color css
<style>
a { background-color: #7CB67F; }
a { background-color: rgb(124,182,127); }
div.DivClassName
{
background-color: #7CB67F;
}
.BgClassName
{
background-color: #7CB67F;
}
</style>
border-color css
<style>
span { border-color: #7CB67F; }
span { border-color: rgb(124,182,127); }
td.TdClassName
{
border-color: #7CB67F;
}
.TagClassName
{
border-color: #7CB67F;
}
</style>