Shades of De York #76BE7B
Tints of De York #76BE7B
RGB
CMYK
RGB Variations
Color information
#76BE7B (or 0x76BE7B) is known color: De York. HEX triplet: 76, BE and 7B. RGB value is (118,190,123). Sum of RGB (Red+Green+Blue) = 118+190+123=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BE7B is #894184. Grayscale: #A1A1A1. Windows color (decimal): -8995205 or 8109686. OLE color: 8109686.
HSL color Cylindrical-coordinate representation of color #76BE7B: hue angle of 124.17º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BE7B is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 190 | 123 | - |
| CMYK | 0.38 | 0 | 0.35 | 0.25 |
| HSL | 124.17º | 0.36% | 0.6% | - |
| HSV(B) | 124.17º | 0.38% | 0.75% | - |
| XYZ | 29.46 | 42.11 | 25.31 | - |
| YUV | 160.83 | 106.65 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 190 | 123 | 0.38 | 0 | 0.35 | 0.25 | 124.17 | 0.36 | 0.6 |
| Hex | 76 | BE | 7B | 26 | 0 | 23 | 19 | 7C | 24 | 3C |
| Octal | 166 | 276 | 173 | 46 | 0 | 43 | 31 | 174 | 44 | 74 |
| Binary | 1110110 | 10111110 | 1111011 | 100110 | 0 | 100011 | 11001 | 1111100 | 100100 | 111100 |
Color Harmonies of #76BE7B
Complementary color
Monochromatic Colors of #76BE7B
Black with #76BE7B
Text Example
Text Example
White with #76BE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BE7B; }
p { color: rgb(118,190,123); }
H1.HeaderClassName
{
color: #76BE7B;
}
.AnyTagClassName
{
color: #76BE7B;
}
</style>
background-color css
<style>
a { background-color: #76BE7B; }
a { background-color: rgb(118,190,123); }
div.DivClassName
{
background-color: #76BE7B;
}
.BgClassName
{
background-color: #76BE7B;
}
</style>
border-color css
<style>
span { border-color: #76BE7B; }
span { border-color: rgb(118,190,123); }
td.TdClassName
{
border-color: #76BE7B;
}
.TagClassName
{
border-color: #76BE7B;
}
</style>