Shades of De York #76C180
Tints of De York #76C180
RGB
CMYK
RGB Variations
Color information
#76C180 (or 0x76C180) is known color: De York. HEX triplet: 76, C1 and 80. RGB value is (118,193,128). Sum of RGB (Red+Green+Blue) = 118+193+128=439 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.88% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 193 - color contains mainly: green. Hex color #76C180 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C180 is #893E7F. Grayscale: #A3A3A3. Windows color (decimal): -8994432 or 8438134. OLE color: 8438134.
HSL color Cylindrical-coordinate representation of color #76C180: hue angle of 128º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C180 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 193 | 128 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.24 |
| HSL | 128º | 0.38% | 0.61% | - |
| HSV(B) | 128º | 0.39% | 0.76% | - |
| XYZ | 30.44 | 43.55 | 27.22 | - |
| YUV | 163.17 | 108.15 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 128 | 0.39 | 0 | 0.34 | 0.24 | 128 | 0.38 | 0.61 |
| Hex | 76 | C1 | 80 | 27 | 0 | 22 | 18 | 80 | 26 | 3D |
| Octal | 166 | 301 | 200 | 47 | 0 | 42 | 30 | 200 | 46 | 75 |
| Binary | 1110110 | 11000001 | 10000000 | 100111 | 0 | 100010 | 11000 | 10000000 | 100110 | 111101 |
Color Harmonies of #76C180
Complementary color
Monochromatic Colors of #76C180
Black with #76C180
Text Example
Text Example
White with #76C180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C180; }
p { color: rgb(118,193,128); }
H1.HeaderClassName
{
color: #76C180;
}
.AnyTagClassName
{
color: #76C180;
}
</style>
background-color css
<style>
a { background-color: #76C180; }
a { background-color: rgb(118,193,128); }
div.DivClassName
{
background-color: #76C180;
}
.BgClassName
{
background-color: #76C180;
}
</style>
border-color css
<style>
span { border-color: #76C180; }
span { border-color: rgb(118,193,128); }
td.TdClassName
{
border-color: #76C180;
}
.TagClassName
{
border-color: #76C180;
}
</style>