Shades of De York #7BBD73
Tints of De York #7BBD73
RGB
CMYK
RGB Variations
Color information
#7BBD73 (or 0x7BBD73) is known color: De York. HEX triplet: 7B, BD and 73. RGB value is (123,189,115). Sum of RGB (Red+Green+Blue) = 123+189+115=427 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.81% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 189 - color contains mainly: green. Hex color #7BBD73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBD73 is #84428C. Grayscale: #A1A1A1. Windows color (decimal): -8667789 or 7585147. OLE color: 7585147.
HSL color Cylindrical-coordinate representation of color #7BBD73: hue angle of 113.51º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BBD73 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 189 | 115 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.26 |
| HSL | 113.51º | 0.36% | 0.6% | - |
| HSV(B) | 113.51º | 0.39% | 0.74% | - |
| XYZ | 29.46 | 41.84 | 22.74 | - |
| YUV | 160.83 | 102.13 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 189 | 115 | 0.35 | 0 | 0.39 | 0.26 | 113.51 | 0.36 | 0.6 |
| Hex | 7B | BD | 73 | 23 | 0 | 27 | 1A | 72 | 24 | 3C |
| Octal | 173 | 275 | 163 | 43 | 0 | 47 | 32 | 162 | 44 | 74 |
| Binary | 1111011 | 10111101 | 1110011 | 100011 | 0 | 100111 | 11010 | 1110010 | 100100 | 111100 |
Color Harmonies of #7BBD73
Complementary color
Monochromatic Colors of #7BBD73
Black with #7BBD73
Text Example
Text Example
White with #7BBD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBD73; }
p { color: rgb(123,189,115); }
H1.HeaderClassName
{
color: #7BBD73;
}
.AnyTagClassName
{
color: #7BBD73;
}
</style>
background-color css
<style>
a { background-color: #7BBD73; }
a { background-color: rgb(123,189,115); }
div.DivClassName
{
background-color: #7BBD73;
}
.BgClassName
{
background-color: #7BBD73;
}
</style>
border-color css
<style>
span { border-color: #7BBD73; }
span { border-color: rgb(123,189,115); }
td.TdClassName
{
border-color: #7BBD73;
}
.TagClassName
{
border-color: #7BBD73;
}
</style>