Shades of De York #7FC076
Tints of De York #7FC076
RGB
CMYK
RGB Variations
Color information
#7FC076 (or 0x7FC076) is known color: De York. HEX triplet: 7F, C0 and 76. RGB value is (127,192,118). Sum of RGB (Red+Green+Blue) = 127+192+118=437 (57% of max value = 765). Red value is 127 (50% from 255 or 29.06% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC076 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC076 is #803F89. Grayscale: #A4A4A4. Windows color (decimal): -8404874 or 7782527. OLE color: 7782527.
HSL color Cylindrical-coordinate representation of color #7FC076: hue angle of 112.7º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FC076 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 118 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.25 |
| HSL | 112.7º | 0.37% | 0.61% | - |
| HSV(B) | 112.7º | 0.39% | 0.75% | - |
| XYZ | 30.87 | 43.52 | 23.91 | - |
| YUV | 164.13 | 101.97 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 118 | 0.34 | 0 | 0.39 | 0.25 | 112.7 | 0.37 | 0.61 |
| Hex | 7F | C0 | 76 | 22 | 0 | 27 | 19 | 71 | 25 | 3D |
| Octal | 177 | 300 | 166 | 42 | 0 | 47 | 31 | 161 | 45 | 75 |
| Binary | 1111111 | 11000000 | 1110110 | 100010 | 0 | 100111 | 11001 | 1110001 | 100101 | 111101 |
Color Harmonies of #7FC076
Complementary color
Monochromatic Colors of #7FC076
Black with #7FC076
Text Example
Text Example
White with #7FC076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC076; }
p { color: rgb(127,192,118); }
H1.HeaderClassName
{
color: #7FC076;
}
.AnyTagClassName
{
color: #7FC076;
}
</style>
background-color css
<style>
a { background-color: #7FC076; }
a { background-color: rgb(127,192,118); }
div.DivClassName
{
background-color: #7FC076;
}
.BgClassName
{
background-color: #7FC076;
}
</style>
border-color css
<style>
span { border-color: #7FC076; }
span { border-color: rgb(127,192,118); }
td.TdClassName
{
border-color: #7FC076;
}
.TagClassName
{
border-color: #7FC076;
}
</style>