Shades of De York #7CB67B
Tints of De York #7CB67B
RGB
CMYK
RGB Variations
Color information
#7CB67B (or 0x7CB67B) is known color: De York. HEX triplet: 7C, B6 and 7B. RGB value is (124,182,123). Sum of RGB (Red+Green+Blue) = 124+182+123=429 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.90% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB67B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB67B is #834984. Grayscale: #9E9E9E. Windows color (decimal): -8604037 or 8107644. OLE color: 8107644.
HSL color Cylindrical-coordinate representation of color #7CB67B: hue angle of 118.98º degrees, saturation: 0.29, 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 #7CB67B is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 182 | 123 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.29 |
| HSL | 118.98º | 0.29% | 0.6% | - |
| HSV(B) | 118.98º | 0.32% | 0.71% | - |
| XYZ | 28.62 | 39.17 | 24.79 | - |
| YUV | 157.93 | 108.28 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 182 | 123 | 0.32 | 0 | 0.32 | 0.29 | 118.98 | 0.29 | 0.6 |
| Hex | 7C | B6 | 7B | 20 | 0 | 20 | 1D | 77 | 1D | 3C |
| Octal | 174 | 266 | 173 | 40 | 0 | 40 | 35 | 167 | 35 | 74 |
| Binary | 1111100 | 10110110 | 1111011 | 100000 | 0 | 100000 | 11101 | 1110111 | 11101 | 111100 |
Color Harmonies of #7CB67B
Complementary color
Monochromatic Colors of #7CB67B
Black with #7CB67B
Text Example
Text Example
White with #7CB67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB67B; }
p { color: rgb(124,182,123); }
H1.HeaderClassName
{
color: #7CB67B;
}
.AnyTagClassName
{
color: #7CB67B;
}
</style>
background-color css
<style>
a { background-color: #7CB67B; }
a { background-color: rgb(124,182,123); }
div.DivClassName
{
background-color: #7CB67B;
}
.BgClassName
{
background-color: #7CB67B;
}
</style>
border-color css
<style>
span { border-color: #7CB67B; }
span { border-color: rgb(124,182,123); }
td.TdClassName
{
border-color: #7CB67B;
}
.TagClassName
{
border-color: #7CB67B;
}
</style>