Shades of De York #76BB7E
Tints of De York #76BB7E
RGB
CMYK
RGB Variations
Color information
#76BB7E (or 0x76BB7E) is known color: De York. HEX triplet: 76, BB and 7E. RGB value is (118,187,126). Sum of RGB (Red+Green+Blue) = 118+187+126=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BB7E is #894481. Grayscale: #9F9F9F. Windows color (decimal): -8995970 or 8305526. OLE color: 8305526.
HSL color Cylindrical-coordinate representation of color #76BB7E: hue angle of 126.96º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BB7E is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 187 | 126 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.27 |
| HSL | 126.96º | 0.34% | 0.6% | - |
| HSV(B) | 126.96º | 0.37% | 0.73% | - |
| XYZ | 29.01 | 40.9 | 26.1 | - |
| YUV | 159.42 | 109.14 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 187 | 126 | 0.37 | 0 | 0.33 | 0.27 | 126.96 | 0.34 | 0.6 |
| Hex | 76 | BB | 7E | 25 | 0 | 21 | 1B | 7F | 22 | 3C |
| Octal | 166 | 273 | 176 | 45 | 0 | 41 | 33 | 177 | 42 | 74 |
| Binary | 1110110 | 10111011 | 1111110 | 100101 | 0 | 100001 | 11011 | 1111111 | 100010 | 111100 |
Color Harmonies of #76BB7E
Complementary color
Monochromatic Colors of #76BB7E
Black with #76BB7E
Text Example
Text Example
White with #76BB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BB7E; }
p { color: rgb(118,187,126); }
H1.HeaderClassName
{
color: #76BB7E;
}
.AnyTagClassName
{
color: #76BB7E;
}
</style>
background-color css
<style>
a { background-color: #76BB7E; }
a { background-color: rgb(118,187,126); }
div.DivClassName
{
background-color: #76BB7E;
}
.BgClassName
{
background-color: #76BB7E;
}
</style>
border-color css
<style>
span { border-color: #76BB7E; }
span { border-color: rgb(118,187,126); }
td.TdClassName
{
border-color: #76BB7E;
}
.TagClassName
{
border-color: #76BB7E;
}
</style>