Shades of De York #76D690
Tints of De York #76D690
RGB
CMYK
RGB Variations
Color information
#76D690 (or 0x76D690) is known color: De York. HEX triplet: 76, D6 and 90. RGB value is (118,214,144). Sum of RGB (Red+Green+Blue) = 118+214+144=476 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.79% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #76D690 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D690 is #89296F. Grayscale: #B1B1B1. Windows color (decimal): -8989040 or 9492086. OLE color: 9492086.
HSL color Cylindrical-coordinate representation of color #76D690: hue angle of 136.25º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76D690 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 214 | 144 | - |
| CMYK | 0.45 | 0 | 0.33 | 0.16 |
| HSL | 136.25º | 0.54% | 0.65% | - |
| HSV(B) | 136.25º | 0.45% | 0.84% | - |
| XYZ | 36.55 | 53.96 | 34.87 | - |
| YUV | 177.32 | 109.2 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 214 | 144 | 0.45 | 0 | 0.33 | 0.16 | 136.25 | 0.54 | 0.65 |
| Hex | 76 | D6 | 90 | 2D | 0 | 21 | 10 | 88 | 36 | 41 |
| Octal | 166 | 326 | 220 | 55 | 0 | 41 | 20 | 210 | 66 | 101 |
| Binary | 1110110 | 11010110 | 10010000 | 101101 | 0 | 100001 | 10000 | 10001000 | 110110 | 1000001 |
Color Harmonies of #76D690
Complementary color
Monochromatic Colors of #76D690
Black with #76D690
Text Example
Text Example
White with #76D690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D690; }
p { color: rgb(118,214,144); }
H1.HeaderClassName
{
color: #76D690;
}
.AnyTagClassName
{
color: #76D690;
}
</style>
background-color css
<style>
a { background-color: #76D690; }
a { background-color: rgb(118,214,144); }
div.DivClassName
{
background-color: #76D690;
}
.BgClassName
{
background-color: #76D690;
}
</style>
border-color css
<style>
span { border-color: #76D690; }
span { border-color: rgb(118,214,144); }
td.TdClassName
{
border-color: #76D690;
}
.TagClassName
{
border-color: #76D690;
}
</style>