Shades of De York #7BBC73
Tints of De York #7BBC73
RGB
CMYK
RGB Variations
Color information
#7BBC73 (or 0x7BBC73) is known color: De York. HEX triplet: 7B, BC and 73. RGB value is (123,188,115). Sum of RGB (Red+Green+Blue) = 123+188+115=426 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.87% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBC73 is #84438C. Grayscale: #A0A0A0. Windows color (decimal): -8668045 or 7584891. OLE color: 7584891.
HSL color Cylindrical-coordinate representation of color #7BBC73: hue angle of 113.42º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BBC73 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 115 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.26 |
| HSL | 113.42º | 0.35% | 0.59% | - |
| HSV(B) | 113.42º | 0.39% | 0.74% | - |
| XYZ | 29.25 | 41.42 | 22.67 | - |
| YUV | 160.24 | 102.47 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 115 | 0.35 | 0 | 0.39 | 0.26 | 113.42 | 0.35 | 0.59 |
| Hex | 7B | BC | 73 | 23 | 0 | 27 | 1A | 71 | 23 | 3B |
| Octal | 173 | 274 | 163 | 43 | 0 | 47 | 32 | 161 | 43 | 73 |
| Binary | 1111011 | 10111100 | 1110011 | 100011 | 0 | 100111 | 11010 | 1110001 | 100011 | 111011 |
Color Harmonies of #7BBC73
Complementary color
Monochromatic Colors of #7BBC73
Black with #7BBC73
Text Example
Text Example
White with #7BBC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBC73; }
p { color: rgb(123,188,115); }
H1.HeaderClassName
{
color: #7BBC73;
}
.AnyTagClassName
{
color: #7BBC73;
}
</style>
background-color css
<style>
a { background-color: #7BBC73; }
a { background-color: rgb(123,188,115); }
div.DivClassName
{
background-color: #7BBC73;
}
.BgClassName
{
background-color: #7BBC73;
}
</style>
border-color css
<style>
span { border-color: #7BBC73; }
span { border-color: rgb(123,188,115); }
td.TdClassName
{
border-color: #7BBC73;
}
.TagClassName
{
border-color: #7BBC73;
}
</style>