Shades of De York #76C685
Tints of De York #76C685
RGB
CMYK
RGB Variations
Color information
#76C685 (or 0x76C685) is known color: De York. HEX triplet: 76, C6 and 85. RGB value is (118,198,133). Sum of RGB (Red+Green+Blue) = 118+198+133=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 198 - color contains mainly: green. Hex color #76C685 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C685 is #89397A. Grayscale: #A6A6A6. Windows color (decimal): -8993147 or 8767094. OLE color: 8767094.
HSL color Cylindrical-coordinate representation of color #76C685: hue angle of 131.25º 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 #76C685 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 198 | 133 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.22 |
| HSL | 131.25º | 0.41% | 0.62% | - |
| HSV(B) | 131.25º | 0.4% | 0.78% | - |
| XYZ | 31.9 | 45.93 | 29.38 | - |
| YUV | 166.67 | 109 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 198 | 133 | 0.40 | 0 | 0.33 | 0.22 | 131.25 | 0.41 | 0.62 |
| Hex | 76 | C6 | 85 | 28 | 0 | 21 | 16 | 83 | 29 | 3E |
| Octal | 166 | 306 | 205 | 50 | 0 | 41 | 26 | 203 | 51 | 76 |
| Binary | 1110110 | 11000110 | 10000101 | 101000 | 0 | 100001 | 10110 | 10000011 | 101001 | 111110 |
Color Harmonies of #76C685
Complementary color
Monochromatic Colors of #76C685
Black with #76C685
Text Example
Text Example
White with #76C685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C685; }
p { color: rgb(118,198,133); }
H1.HeaderClassName
{
color: #76C685;
}
.AnyTagClassName
{
color: #76C685;
}
</style>
background-color css
<style>
a { background-color: #76C685; }
a { background-color: rgb(118,198,133); }
div.DivClassName
{
background-color: #76C685;
}
.BgClassName
{
background-color: #76C685;
}
</style>
border-color css
<style>
span { border-color: #76C685; }
span { border-color: rgb(118,198,133); }
td.TdClassName
{
border-color: #76C685;
}
.TagClassName
{
border-color: #76C685;
}
</style>