Shades of De York #7CBB80
Tints of De York #7CBB80
RGB
CMYK
RGB Variations
Color information
#7CBB80 (or 0x7CBB80) is known color: De York. HEX triplet: 7C, BB and 80. RGB value is (124,187,128). Sum of RGB (Red+Green+Blue) = 124+187+128=439 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.25% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 187 - color contains mainly: green. Hex color #7CBB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBB80 is #83447F. Grayscale: #A1A1A1. Windows color (decimal): -8602752 or 8436604. OLE color: 8436604.
HSL color Cylindrical-coordinate representation of color #7CBB80: hue angle of 123.81º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBB80 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 187 | 128 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.27 |
| HSL | 123.81º | 0.32% | 0.61% | - |
| HSV(B) | 123.81º | 0.34% | 0.73% | - |
| XYZ | 29.98 | 41.38 | 26.83 | - |
| YUV | 161.44 | 109.13 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 187 | 128 | 0.34 | 0 | 0.32 | 0.27 | 123.81 | 0.32 | 0.61 |
| Hex | 7C | BB | 80 | 22 | 0 | 20 | 1B | 7C | 20 | 3D |
| Octal | 174 | 273 | 200 | 42 | 0 | 40 | 33 | 174 | 40 | 75 |
| Binary | 1111100 | 10111011 | 10000000 | 100010 | 0 | 100000 | 11011 | 1111100 | 100000 | 111101 |
Color Harmonies of #7CBB80
Complementary color
Monochromatic Colors of #7CBB80
Black with #7CBB80
Text Example
Text Example
White with #7CBB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBB80; }
p { color: rgb(124,187,128); }
H1.HeaderClassName
{
color: #7CBB80;
}
.AnyTagClassName
{
color: #7CBB80;
}
</style>
background-color css
<style>
a { background-color: #7CBB80; }
a { background-color: rgb(124,187,128); }
div.DivClassName
{
background-color: #7CBB80;
}
.BgClassName
{
background-color: #7CBB80;
}
</style>
border-color css
<style>
span { border-color: #7CBB80; }
span { border-color: rgb(124,187,128); }
td.TdClassName
{
border-color: #7CBB80;
}
.TagClassName
{
border-color: #7CBB80;
}
</style>