Shades of De York #76D691
Tints of De York #76D691
RGB
CMYK
RGB Variations
Color information
#76D691 (or 0x76D691) is known color: De York. HEX triplet: 76, D6 and 91. RGB value is (118,214,145). Sum of RGB (Red+Green+Blue) = 118+214+145=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 214 - color contains mainly: green. Hex color #76D691 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D691 is #89296E. Grayscale: #B1B1B1. Windows color (decimal): -8989039 or 9557622. OLE color: 9557622.
HSL color Cylindrical-coordinate representation of color #76D691: hue angle of 136.88º 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 #76D691 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 214 | 145 | - |
| CMYK | 0.45 | 0 | 0.32 | 0.16 |
| HSL | 136.88º | 0.54% | 0.65% | - |
| HSV(B) | 136.88º | 0.45% | 0.84% | - |
| XYZ | 36.63 | 53.99 | 35.28 | - |
| YUV | 177.43 | 109.7 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 214 | 145 | 0.45 | 0 | 0.32 | 0.16 | 136.88 | 0.54 | 0.65 |
| Hex | 76 | D6 | 91 | 2D | 0 | 20 | 10 | 89 | 36 | 41 |
| Octal | 166 | 326 | 221 | 55 | 0 | 40 | 20 | 211 | 66 | 101 |
| Binary | 1110110 | 11010110 | 10010001 | 101101 | 0 | 100000 | 10000 | 10001001 | 110110 | 1000001 |
Color Harmonies of #76D691
Complementary color
Monochromatic Colors of #76D691
Black with #76D691
Text Example
Text Example
White with #76D691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D691; }
p { color: rgb(118,214,145); }
H1.HeaderClassName
{
color: #76D691;
}
.AnyTagClassName
{
color: #76D691;
}
</style>
background-color css
<style>
a { background-color: #76D691; }
a { background-color: rgb(118,214,145); }
div.DivClassName
{
background-color: #76D691;
}
.BgClassName
{
background-color: #76D691;
}
</style>
border-color css
<style>
span { border-color: #76D691; }
span { border-color: rgb(118,214,145); }
td.TdClassName
{
border-color: #76D691;
}
.TagClassName
{
border-color: #76D691;
}
</style>