Shades of De York #76BB7C
Tints of De York #76BB7C
RGB
CMYK
RGB Variations
Color information
#76BB7C (or 0x76BB7C) is known color: De York. HEX triplet: 76, BB and 7C. RGB value is (118,187,124). Sum of RGB (Red+Green+Blue) = 118+187+124=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BB7C is #894483. Grayscale: #9F9F9F. Windows color (decimal): -8995972 or 8174454. OLE color: 8174454.
HSL color Cylindrical-coordinate representation of color #76BB7C: hue angle of 125.22º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BB7C is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 187 | 124 | - |
| CMYK | 0.37 | 0 | 0.34 | 0.27 |
| HSL | 125.22º | 0.34% | 0.6% | - |
| HSV(B) | 125.22º | 0.37% | 0.73% | - |
| XYZ | 28.88 | 40.85 | 25.43 | - |
| YUV | 159.19 | 108.14 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 187 | 124 | 0.37 | 0 | 0.34 | 0.27 | 125.22 | 0.34 | 0.6 |
| Hex | 76 | BB | 7C | 25 | 0 | 22 | 1B | 7D | 22 | 3C |
| Octal | 166 | 273 | 174 | 45 | 0 | 42 | 33 | 175 | 42 | 74 |
| Binary | 1110110 | 10111011 | 1111100 | 100101 | 0 | 100010 | 11011 | 1111101 | 100010 | 111100 |
Color Harmonies of #76BB7C
Complementary color
Monochromatic Colors of #76BB7C
Black with #76BB7C
Text Example
Text Example
White with #76BB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BB7C; }
p { color: rgb(118,187,124); }
H1.HeaderClassName
{
color: #76BB7C;
}
.AnyTagClassName
{
color: #76BB7C;
}
</style>
background-color css
<style>
a { background-color: #76BB7C; }
a { background-color: rgb(118,187,124); }
div.DivClassName
{
background-color: #76BB7C;
}
.BgClassName
{
background-color: #76BB7C;
}
</style>
border-color css
<style>
span { border-color: #76BB7C; }
span { border-color: rgb(118,187,124); }
td.TdClassName
{
border-color: #76BB7C;
}
.TagClassName
{
border-color: #76BB7C;
}
</style>