Shades of De York #7BB780
Tints of De York #7BB780
RGB
CMYK
RGB Variations
Color information
#7BB780 (or 0x7BB780) is known color: De York. HEX triplet: 7B, B7 and 80. RGB value is (123,183,128). Sum of RGB (Red+Green+Blue) = 123+183+128=434 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.34% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 183 - color contains mainly: green. Hex color #7BB780 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB780 is #84487F. Grayscale: #9E9E9E. Windows color (decimal): -8669312 or 8435579. OLE color: 8435579.
HSL color Cylindrical-coordinate representation of color #7BB780: hue angle of 125º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7BB780 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 123 | 183 | 128 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.28 |
| HSL | 125º | 0.29% | 0.6% | - |
| HSV(B) | 125º | 0.33% | 0.72% | - |
| XYZ | 29 | 39.64 | 26.54 | - |
| YUV | 158.79 | 110.62 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 183 | 128 | 0.33 | 0 | 0.30 | 0.28 | 125 | 0.29 | 0.6 |
| Hex | 7B | B7 | 80 | 21 | 0 | 1E | 1C | 7D | 1D | 3C |
| Octal | 173 | 267 | 200 | 41 | 0 | 36 | 34 | 175 | 35 | 74 |
| Binary | 1111011 | 10110111 | 10000000 | 100001 | 0 | 11110 | 11100 | 1111101 | 11101 | 111100 |
Color Harmonies of #7BB780
Complementary color
Monochromatic Colors of #7BB780
Black with #7BB780
Text Example
Text Example
White with #7BB780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB780; }
p { color: rgb(123,183,128); }
H1.HeaderClassName
{
color: #7BB780;
}
.AnyTagClassName
{
color: #7BB780;
}
</style>
background-color css
<style>
a { background-color: #7BB780; }
a { background-color: rgb(123,183,128); }
div.DivClassName
{
background-color: #7BB780;
}
.BgClassName
{
background-color: #7BB780;
}
</style>
border-color css
<style>
span { border-color: #7BB780; }
span { border-color: rgb(123,183,128); }
td.TdClassName
{
border-color: #7BB780;
}
.TagClassName
{
border-color: #7BB780;
}
</style>