Shades of De York #76BC7C
Tints of De York #76BC7C
RGB
CMYK
RGB Variations
Color information
#76BC7C (or 0x76BC7C) is known color: De York. HEX triplet: 76, BC and 7C. RGB value is (118,188,124). Sum of RGB (Red+Green+Blue) = 118+188+124=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BC7C is #894383. Grayscale: #9F9F9F. Windows color (decimal): -8995716 or 8174710. OLE color: 8174710.
HSL color Cylindrical-coordinate representation of color #76BC7C: hue angle of 125.14º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BC7C is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 188 | 124 | - |
| CMYK | 0.37 | 0 | 0.34 | 0.26 |
| HSL | 125.14º | 0.34% | 0.6% | - |
| HSV(B) | 125.14º | 0.37% | 0.74% | - |
| XYZ | 29.09 | 41.27 | 25.5 | - |
| YUV | 159.77 | 107.81 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 188 | 124 | 0.37 | 0 | 0.34 | 0.26 | 125.14 | 0.34 | 0.6 |
| Hex | 76 | BC | 7C | 25 | 0 | 22 | 1A | 7D | 22 | 3C |
| Octal | 166 | 274 | 174 | 45 | 0 | 42 | 32 | 175 | 42 | 74 |
| Binary | 1110110 | 10111100 | 1111100 | 100101 | 0 | 100010 | 11010 | 1111101 | 100010 | 111100 |
Color Harmonies of #76BC7C
Complementary color
Monochromatic Colors of #76BC7C
Black with #76BC7C
Text Example
Text Example
White with #76BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BC7C; }
p { color: rgb(118,188,124); }
H1.HeaderClassName
{
color: #76BC7C;
}
.AnyTagClassName
{
color: #76BC7C;
}
</style>
background-color css
<style>
a { background-color: #76BC7C; }
a { background-color: rgb(118,188,124); }
div.DivClassName
{
background-color: #76BC7C;
}
.BgClassName
{
background-color: #76BC7C;
}
</style>
border-color css
<style>
span { border-color: #76BC7C; }
span { border-color: rgb(118,188,124); }
td.TdClassName
{
border-color: #76BC7C;
}
.TagClassName
{
border-color: #76BC7C;
}
</style>