Shades of De York #7BBA78
Tints of De York #7BBA78
RGB
CMYK
RGB Variations
Color information
#7BBA78 (or 0x7BBA78) is known color: De York. HEX triplet: 7B, BA and 78. RGB value is (123,186,120). Sum of RGB (Red+Green+Blue) = 123+186+120=429 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.67% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBA78 is #844587. Grayscale: #9F9F9F. Windows color (decimal): -8668552 or 7912059. OLE color: 7912059.
HSL color Cylindrical-coordinate representation of color #7BBA78: hue angle of 117.27º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BBA78 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 186 | 120 | - |
| CMYK | 0.34 | 0 | 0.35 | 0.27 |
| HSL | 117.27º | 0.32% | 0.6% | - |
| HSV(B) | 117.27º | 0.35% | 0.73% | - |
| XYZ | 29.12 | 40.68 | 24.09 | - |
| YUV | 159.64 | 105.63 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 120 | 0.34 | 0 | 0.35 | 0.27 | 117.27 | 0.32 | 0.6 |
| Hex | 7B | BA | 78 | 22 | 0 | 23 | 1B | 75 | 20 | 3C |
| Octal | 173 | 272 | 170 | 42 | 0 | 43 | 33 | 165 | 40 | 74 |
| Binary | 1111011 | 10111010 | 1111000 | 100010 | 0 | 100011 | 11011 | 1110101 | 100000 | 111100 |
Color Harmonies of #7BBA78
Complementary color
Monochromatic Colors of #7BBA78
Black with #7BBA78
Text Example
Text Example
White with #7BBA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBA78; }
p { color: rgb(123,186,120); }
H1.HeaderClassName
{
color: #7BBA78;
}
.AnyTagClassName
{
color: #7BBA78;
}
</style>
background-color css
<style>
a { background-color: #7BBA78; }
a { background-color: rgb(123,186,120); }
div.DivClassName
{
background-color: #7BBA78;
}
.BgClassName
{
background-color: #7BBA78;
}
</style>
border-color css
<style>
span { border-color: #7BBA78; }
span { border-color: rgb(123,186,120); }
td.TdClassName
{
border-color: #7BBA78;
}
.TagClassName
{
border-color: #7BBA78;
}
</style>