Shades of De York #7CC676
Tints of De York #7CC676
RGB
CMYK
RGB Variations
Color information
#7CC676 (or 0x7CC676) is known color: De York. HEX triplet: 7C, C6 and 76. RGB value is (124,198,118). Sum of RGB (Red+Green+Blue) = 124+198+118=440 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.18% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 198 - color contains mainly: green. Hex color #7CC676 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC676 is #833989. Grayscale: #A6A6A6. Windows color (decimal): -8599946 or 7784060. OLE color: 7784060.
HSL color Cylindrical-coordinate representation of color #7CC676: hue angle of 115.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CC676 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 198 | 118 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.22 |
| HSL | 115.5º | 0.41% | 0.62% | - |
| HSV(B) | 115.5º | 0.4% | 0.78% | - |
| XYZ | 31.78 | 45.98 | 24.34 | - |
| YUV | 166.75 | 100.48 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 198 | 118 | 0.37 | 0 | 0.40 | 0.22 | 115.5 | 0.41 | 0.62 |
| Hex | 7C | C6 | 76 | 25 | 0 | 28 | 16 | 74 | 29 | 3E |
| Octal | 174 | 306 | 166 | 45 | 0 | 50 | 26 | 164 | 51 | 76 |
| Binary | 1111100 | 11000110 | 1110110 | 100101 | 0 | 101000 | 10110 | 1110100 | 101001 | 111110 |
Color Harmonies of #7CC676
Complementary color
Monochromatic Colors of #7CC676
Black with #7CC676
Text Example
Text Example
White with #7CC676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC676; }
p { color: rgb(124,198,118); }
H1.HeaderClassName
{
color: #7CC676;
}
.AnyTagClassName
{
color: #7CC676;
}
</style>
background-color css
<style>
a { background-color: #7CC676; }
a { background-color: rgb(124,198,118); }
div.DivClassName
{
background-color: #7CC676;
}
.BgClassName
{
background-color: #7CC676;
}
</style>
border-color css
<style>
span { border-color: #7CC676; }
span { border-color: rgb(124,198,118); }
td.TdClassName
{
border-color: #7CC676;
}
.TagClassName
{
border-color: #7CC676;
}
</style>