Shades of De York #7BBA7A
Tints of De York #7BBA7A
RGB
CMYK
RGB Variations
Color information
#7BBA7A (or 0x7BBA7A) is known color: De York. HEX triplet: 7B, BA and 7A. RGB value is (123,186,122). Sum of RGB (Red+Green+Blue) = 123+186+122=431 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.54% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBA7A is #844585. Grayscale: #A0A0A0. Windows color (decimal): -8668550 or 8043131. OLE color: 8043131.
HSL color Cylindrical-coordinate representation of color #7BBA7A: hue angle of 119.06º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BBA7A is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 186 | 122 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.27 |
| HSL | 119.06º | 0.32% | 0.6% | - |
| HSV(B) | 119.06º | 0.34% | 0.73% | - |
| XYZ | 29.24 | 40.73 | 24.73 | - |
| YUV | 159.87 | 106.63 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 122 | 0.34 | 0 | 0.34 | 0.27 | 119.06 | 0.32 | 0.6 |
| Hex | 7B | BA | 7A | 22 | 0 | 22 | 1B | 77 | 20 | 3C |
| Octal | 173 | 272 | 172 | 42 | 0 | 42 | 33 | 167 | 40 | 74 |
| Binary | 1111011 | 10111010 | 1111010 | 100010 | 0 | 100010 | 11011 | 1110111 | 100000 | 111100 |
Color Harmonies of #7BBA7A
Complementary color
Monochromatic Colors of #7BBA7A
Black with #7BBA7A
Text Example
Text Example
White with #7BBA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBA7A; }
p { color: rgb(123,186,122); }
H1.HeaderClassName
{
color: #7BBA7A;
}
.AnyTagClassName
{
color: #7BBA7A;
}
</style>
background-color css
<style>
a { background-color: #7BBA7A; }
a { background-color: rgb(123,186,122); }
div.DivClassName
{
background-color: #7BBA7A;
}
.BgClassName
{
background-color: #7BBA7A;
}
</style>
border-color css
<style>
span { border-color: #7BBA7A; }
span { border-color: rgb(123,186,122); }
td.TdClassName
{
border-color: #7BBA7A;
}
.TagClassName
{
border-color: #7BBA7A;
}
</style>