Shades of De York #7BBD72
Tints of De York #7BBD72
RGB
CMYK
RGB Variations
Color information
#7BBD72 (or 0x7BBD72) is known color: De York. HEX triplet: 7B, BD and 72. RGB value is (123,189,114). Sum of RGB (Red+Green+Blue) = 123+189+114=426 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.87% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 189 - color contains mainly: green. Hex color #7BBD72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBD72 is #84428D. Grayscale: #A0A0A0. Windows color (decimal): -8667790 or 7519611. OLE color: 7519611.
HSL color Cylindrical-coordinate representation of color #7BBD72: hue angle of 112.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BBD72 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 189 | 114 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.26 |
| HSL | 112.8º | 0.36% | 0.59% | - |
| HSV(B) | 112.8º | 0.4% | 0.74% | - |
| XYZ | 29.4 | 41.82 | 22.44 | - |
| YUV | 160.72 | 101.63 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 189 | 114 | 0.35 | 0 | 0.40 | 0.26 | 112.8 | 0.36 | 0.59 |
| Hex | 7B | BD | 72 | 23 | 0 | 28 | 1A | 71 | 24 | 3B |
| Octal | 173 | 275 | 162 | 43 | 0 | 50 | 32 | 161 | 44 | 73 |
| Binary | 1111011 | 10111101 | 1110010 | 100011 | 0 | 101000 | 11010 | 1110001 | 100100 | 111011 |
Color Harmonies of #7BBD72
Complementary color
Monochromatic Colors of #7BBD72
Black with #7BBD72
Text Example
Text Example
White with #7BBD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBD72; }
p { color: rgb(123,189,114); }
H1.HeaderClassName
{
color: #7BBD72;
}
.AnyTagClassName
{
color: #7BBD72;
}
</style>
background-color css
<style>
a { background-color: #7BBD72; }
a { background-color: rgb(123,189,114); }
div.DivClassName
{
background-color: #7BBD72;
}
.BgClassName
{
background-color: #7BBD72;
}
</style>
border-color css
<style>
span { border-color: #7BBD72; }
span { border-color: rgb(123,189,114); }
td.TdClassName
{
border-color: #7BBD72;
}
.TagClassName
{
border-color: #7BBD72;
}
</style>