Shades of De York #76C688
Tints of De York #76C688
RGB
CMYK
RGB Variations
Color information
#76C688 (or 0x76C688) is known color: De York. HEX triplet: 76, C6 and 88. RGB value is (118,198,136). Sum of RGB (Red+Green+Blue) = 118+198+136=452 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.11% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 198 - color contains mainly: green. Hex color #76C688 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C688 is #893977. Grayscale: #A7A7A7. Windows color (decimal): -8993144 or 8963702. OLE color: 8963702.
HSL color Cylindrical-coordinate representation of color #76C688: hue angle of 133.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76C688 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 198 | 136 | - |
| CMYK | 0.40 | 0 | 0.31 | 0.22 |
| HSL | 133.5º | 0.41% | 0.62% | - |
| HSV(B) | 133.5º | 0.4% | 0.78% | - |
| XYZ | 32.11 | 46.02 | 30.48 | - |
| YUV | 167.01 | 110.5 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 198 | 136 | 0.40 | 0 | 0.31 | 0.22 | 133.5 | 0.41 | 0.62 |
| Hex | 76 | C6 | 88 | 28 | 0 | 1F | 16 | 86 | 29 | 3E |
| Octal | 166 | 306 | 210 | 50 | 0 | 37 | 26 | 206 | 51 | 76 |
| Binary | 1110110 | 11000110 | 10001000 | 101000 | 0 | 11111 | 10110 | 10000110 | 101001 | 111110 |
Color Harmonies of #76C688
Complementary color
Monochromatic Colors of #76C688
Black with #76C688
Text Example
Text Example
White with #76C688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C688; }
p { color: rgb(118,198,136); }
H1.HeaderClassName
{
color: #76C688;
}
.AnyTagClassName
{
color: #76C688;
}
</style>
background-color css
<style>
a { background-color: #76C688; }
a { background-color: rgb(118,198,136); }
div.DivClassName
{
background-color: #76C688;
}
.BgClassName
{
background-color: #76C688;
}
</style>
border-color css
<style>
span { border-color: #76C688; }
span { border-color: rgb(118,198,136); }
td.TdClassName
{
border-color: #76C688;
}
.TagClassName
{
border-color: #76C688;
}
</style>