Shades of De York #76C682
Tints of De York #76C682
RGB
CMYK
RGB Variations
Color information
#76C682 (or 0x76C682) is known color: De York. HEX triplet: 76, C6 and 82. RGB value is (118,198,130). Sum of RGB (Red+Green+Blue) = 118+198+130=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 198 - color contains mainly: green. Hex color #76C682 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C682 is #89397D. Grayscale: #A6A6A6. Windows color (decimal): -8993150 or 8570486. OLE color: 8570486.
HSL color Cylindrical-coordinate representation of color #76C682: hue angle of 129º 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 #76C682 is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 198 | 130 | - |
| CMYK | 0.40 | 0 | 0.34 | 0.22 |
| HSL | 129º | 0.41% | 0.62% | - |
| HSV(B) | 129º | 0.4% | 0.78% | - |
| XYZ | 31.69 | 45.85 | 28.3 | - |
| YUV | 166.33 | 107.5 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 198 | 130 | 0.40 | 0 | 0.34 | 0.22 | 129 | 0.41 | 0.62 |
| Hex | 76 | C6 | 82 | 28 | 0 | 22 | 16 | 81 | 29 | 3E |
| Octal | 166 | 306 | 202 | 50 | 0 | 42 | 26 | 201 | 51 | 76 |
| Binary | 1110110 | 11000110 | 10000010 | 101000 | 0 | 100010 | 10110 | 10000001 | 101001 | 111110 |
Color Harmonies of #76C682
Complementary color
Monochromatic Colors of #76C682
Black with #76C682
Text Example
Text Example
White with #76C682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C682; }
p { color: rgb(118,198,130); }
H1.HeaderClassName
{
color: #76C682;
}
.AnyTagClassName
{
color: #76C682;
}
</style>
background-color css
<style>
a { background-color: #76C682; }
a { background-color: rgb(118,198,130); }
div.DivClassName
{
background-color: #76C682;
}
.BgClassName
{
background-color: #76C682;
}
</style>
border-color css
<style>
span { border-color: #76C682; }
span { border-color: rgb(118,198,130); }
td.TdClassName
{
border-color: #76C682;
}
.TagClassName
{
border-color: #76C682;
}
</style>