Shades of De York #7BBB7D
Tints of De York #7BBB7D
RGB
CMYK
RGB Variations
Color information
#7BBB7D (or 0x7BBB7D) is known color: De York. HEX triplet: 7B, BB and 7D. RGB value is (123,187,125). Sum of RGB (Red+Green+Blue) = 123+187+125=435 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.28% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 187 - color contains mainly: green. Hex color #7BBB7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBB7D is #844482. Grayscale: #A0A0A0. Windows color (decimal): -8668291 or 8239995. OLE color: 8239995.
HSL color Cylindrical-coordinate representation of color #7BBB7D: hue angle of 121.88º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BBB7D is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 187 | 125 | - |
| CMYK | 0.34 | 0 | 0.33 | 0.27 |
| HSL | 121.88º | 0.32% | 0.61% | - |
| HSV(B) | 121.88º | 0.34% | 0.73% | - |
| XYZ | 29.64 | 41.23 | 25.8 | - |
| YUV | 160.8 | 107.8 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 187 | 125 | 0.34 | 0 | 0.33 | 0.27 | 121.88 | 0.32 | 0.61 |
| Hex | 7B | BB | 7D | 22 | 0 | 21 | 1B | 7A | 20 | 3D |
| Octal | 173 | 273 | 175 | 42 | 0 | 41 | 33 | 172 | 40 | 75 |
| Binary | 1111011 | 10111011 | 1111101 | 100010 | 0 | 100001 | 11011 | 1111010 | 100000 | 111101 |
Color Harmonies of #7BBB7D
Complementary color
Monochromatic Colors of #7BBB7D
Black with #7BBB7D
Text Example
Text Example
White with #7BBB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBB7D; }
p { color: rgb(123,187,125); }
H1.HeaderClassName
{
color: #7BBB7D;
}
.AnyTagClassName
{
color: #7BBB7D;
}
</style>
background-color css
<style>
a { background-color: #7BBB7D; }
a { background-color: rgb(123,187,125); }
div.DivClassName
{
background-color: #7BBB7D;
}
.BgClassName
{
background-color: #7BBB7D;
}
</style>
border-color css
<style>
span { border-color: #7BBB7D; }
span { border-color: rgb(123,187,125); }
td.TdClassName
{
border-color: #7BBB7D;
}
.TagClassName
{
border-color: #7BBB7D;
}
</style>