Shades of De York #76BE7C
Tints of De York #76BE7C
RGB
CMYK
RGB Variations
Color information
#76BE7C (or 0x76BE7C) is known color: De York. HEX triplet: 76, BE and 7C. RGB value is (118,190,124). Sum of RGB (Red+Green+Blue) = 118+190+124=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BE7C is #894183. Grayscale: #A1A1A1. Windows color (decimal): -8995204 or 8175222. OLE color: 8175222.
HSL color Cylindrical-coordinate representation of color #76BE7C: hue angle of 125º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BE7C is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 190 | 124 | - |
| CMYK | 0.38 | 0 | 0.35 | 0.25 |
| HSL | 125º | 0.36% | 0.6% | - |
| HSV(B) | 125º | 0.38% | 0.75% | - |
| XYZ | 29.52 | 42.13 | 25.65 | - |
| YUV | 160.95 | 107.15 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 190 | 124 | 0.38 | 0 | 0.35 | 0.25 | 125 | 0.36 | 0.6 |
| Hex | 76 | BE | 7C | 26 | 0 | 23 | 19 | 7D | 24 | 3C |
| Octal | 166 | 276 | 174 | 46 | 0 | 43 | 31 | 175 | 44 | 74 |
| Binary | 1110110 | 10111110 | 1111100 | 100110 | 0 | 100011 | 11001 | 1111101 | 100100 | 111100 |
Color Harmonies of #76BE7C
Complementary color
Monochromatic Colors of #76BE7C
Black with #76BE7C
Text Example
Text Example
White with #76BE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BE7C; }
p { color: rgb(118,190,124); }
H1.HeaderClassName
{
color: #76BE7C;
}
.AnyTagClassName
{
color: #76BE7C;
}
</style>
background-color css
<style>
a { background-color: #76BE7C; }
a { background-color: rgb(118,190,124); }
div.DivClassName
{
background-color: #76BE7C;
}
.BgClassName
{
background-color: #76BE7C;
}
</style>
border-color css
<style>
span { border-color: #76BE7C; }
span { border-color: rgb(118,190,124); }
td.TdClassName
{
border-color: #76BE7C;
}
.TagClassName
{
border-color: #76BE7C;
}
</style>