Shades of De York #7BC680
Tints of De York #7BC680
RGB
CMYK
RGB Variations
Color information
#7BC680 (or 0x7BC680) is known color: De York. HEX triplet: 7B, C6 and 80. RGB value is (123,198,128). Sum of RGB (Red+Green+Blue) = 123+198+128=449 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.39% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 198 - color contains mainly: green. Hex color #7BC680 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC680 is #84397F. Grayscale: #A7A7A7. Windows color (decimal): -8665472 or 8439419. OLE color: 8439419.
HSL color Cylindrical-coordinate representation of color #7BC680: hue angle of 124º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7BC680 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 198 | 128 | - |
| CMYK | 0.38 | 0 | 0.35 | 0.22 |
| HSL | 124º | 0.4% | 0.63% | - |
| HSV(B) | 124º | 0.38% | 0.78% | - |
| XYZ | 32.26 | 46.16 | 27.63 | - |
| YUV | 167.6 | 105.65 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 198 | 128 | 0.38 | 0 | 0.35 | 0.22 | 124 | 0.4 | 0.63 |
| Hex | 7B | C6 | 80 | 26 | 0 | 23 | 16 | 7C | 28 | 3F |
| Octal | 173 | 306 | 200 | 46 | 0 | 43 | 26 | 174 | 50 | 77 |
| Binary | 1111011 | 11000110 | 10000000 | 100110 | 0 | 100011 | 10110 | 1111100 | 101000 | 111111 |
Color Harmonies of #7BC680
Complementary color
Monochromatic Colors of #7BC680
Black with #7BC680
Text Example
Text Example
White with #7BC680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC680; }
p { color: rgb(123,198,128); }
H1.HeaderClassName
{
color: #7BC680;
}
.AnyTagClassName
{
color: #7BC680;
}
</style>
background-color css
<style>
a { background-color: #7BC680; }
a { background-color: rgb(123,198,128); }
div.DivClassName
{
background-color: #7BC680;
}
.BgClassName
{
background-color: #7BC680;
}
</style>
border-color css
<style>
span { border-color: #7BC680; }
span { border-color: rgb(123,198,128); }
td.TdClassName
{
border-color: #7BC680;
}
.TagClassName
{
border-color: #7BC680;
}
</style>