Shades of De York #76C27C
Tints of De York #76C27C
RGB
CMYK
RGB Variations
Color information
#76C27C (or 0x76C27C) is known color: De York. HEX triplet: 76, C2 and 7C. RGB value is (118,194,124). Sum of RGB (Red+Green+Blue) = 118+194+124=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 194 - color contains mainly: green. Hex color #76C27C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C27C is #893D83. Grayscale: #A3A3A3. Windows color (decimal): -8994180 or 8176246. OLE color: 8176246.
HSL color Cylindrical-coordinate representation of color #76C27C: hue angle of 124.74º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C27C is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 194 | 124 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.24 |
| HSL | 124.74º | 0.38% | 0.61% | - |
| HSV(B) | 124.74º | 0.39% | 0.76% | - |
| XYZ | 30.4 | 43.89 | 25.94 | - |
| YUV | 163.3 | 105.82 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 194 | 124 | 0.39 | 0 | 0.36 | 0.24 | 124.74 | 0.38 | 0.61 |
| Hex | 76 | C2 | 7C | 27 | 0 | 24 | 18 | 7D | 26 | 3D |
| Octal | 166 | 302 | 174 | 47 | 0 | 44 | 30 | 175 | 46 | 75 |
| Binary | 1110110 | 11000010 | 1111100 | 100111 | 0 | 100100 | 11000 | 1111101 | 100110 | 111101 |
Color Harmonies of #76C27C
Complementary color
Monochromatic Colors of #76C27C
Black with #76C27C
Text Example
Text Example
White with #76C27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C27C; }
p { color: rgb(118,194,124); }
H1.HeaderClassName
{
color: #76C27C;
}
.AnyTagClassName
{
color: #76C27C;
}
</style>
background-color css
<style>
a { background-color: #76C27C; }
a { background-color: rgb(118,194,124); }
div.DivClassName
{
background-color: #76C27C;
}
.BgClassName
{
background-color: #76C27C;
}
</style>
border-color css
<style>
span { border-color: #76C27C; }
span { border-color: rgb(118,194,124); }
td.TdClassName
{
border-color: #76C27C;
}
.TagClassName
{
border-color: #76C27C;
}
</style>