Shades of Bay Leaf #78BA85
Tints of Bay Leaf #78BA85
RGB
CMYK
RGB Variations
Color information
#78BA85 (or 0x78BA85) is known color: Bay Leaf. HEX triplet: 78, BA and 85. RGB value is (120,186,133). Sum of RGB (Red+Green+Blue) = 120+186+133=439 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.33% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 186 - color contains mainly: green. Hex color #78BA85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BA85 is #87457A. Grayscale: #A0A0A0. Windows color (decimal): -8865147 or 8764024. OLE color: 8764024.
HSL color Cylindrical-coordinate representation of color #78BA85: hue angle of 131.82º 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 #78BA85 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 186 | 133 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.27 |
| HSL | 131.82º | 0.32% | 0.6% | - |
| HSV(B) | 131.82º | 0.35% | 0.73% | - |
| XYZ | 29.54 | 40.8 | 28.51 | - |
| YUV | 160.22 | 112.63 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 186 | 133 | 0.35 | 0 | 0.28 | 0.27 | 131.82 | 0.32 | 0.6 |
| Hex | 78 | BA | 85 | 23 | 0 | 1C | 1B | 84 | 20 | 3C |
| Octal | 170 | 272 | 205 | 43 | 0 | 34 | 33 | 204 | 40 | 74 |
| Binary | 1111000 | 10111010 | 10000101 | 100011 | 0 | 11100 | 11011 | 10000100 | 100000 | 111100 |
Color Harmonies of #78BA85
Complementary color
Monochromatic Colors of #78BA85
Black with #78BA85
Text Example
Text Example
White with #78BA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BA85; }
p { color: rgb(120,186,133); }
H1.HeaderClassName
{
color: #78BA85;
}
.AnyTagClassName
{
color: #78BA85;
}
</style>
background-color css
<style>
a { background-color: #78BA85; }
a { background-color: rgb(120,186,133); }
div.DivClassName
{
background-color: #78BA85;
}
.BgClassName
{
background-color: #78BA85;
}
</style>
border-color css
<style>
span { border-color: #78BA85; }
span { border-color: rgb(120,186,133); }
td.TdClassName
{
border-color: #78BA85;
}
.TagClassName
{
border-color: #78BA85;
}
</style>