Shades of Bay Leaf #78BD8E
Tints of Bay Leaf #78BD8E
RGB
CMYK
RGB Variations
Color information
#78BD8E (or 0x78BD8E) is known color: Bay Leaf. HEX triplet: 78, BD and 8E. RGB value is (120,189,142). Sum of RGB (Red+Green+Blue) = 120+189+142=451 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.61% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 189 - color contains mainly: green. Hex color #78BD8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BD8E is #874271. Grayscale: #A3A3A3. Windows color (decimal): -8864370 or 9354616. OLE color: 9354616.
HSL color Cylindrical-coordinate representation of color #78BD8E: hue angle of 139.13º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78BD8E is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 189 | 142 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.26 |
| HSL | 139.13º | 0.34% | 0.61% | - |
| HSV(B) | 139.13º | 0.37% | 0.74% | - |
| XYZ | 30.83 | 42.34 | 32.14 | - |
| YUV | 163.01 | 116.14 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 189 | 142 | 0.37 | 0 | 0.25 | 0.26 | 139.13 | 0.34 | 0.61 |
| Hex | 78 | BD | 8E | 25 | 0 | 19 | 1A | 8B | 22 | 3D |
| Octal | 170 | 275 | 216 | 45 | 0 | 31 | 32 | 213 | 42 | 75 |
| Binary | 1111000 | 10111101 | 10001110 | 100101 | 0 | 11001 | 11010 | 10001011 | 100010 | 111101 |
Color Harmonies of #78BD8E
Complementary color
Monochromatic Colors of #78BD8E
Black with #78BD8E
Text Example
Text Example
White with #78BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BD8E; }
p { color: rgb(120,189,142); }
H1.HeaderClassName
{
color: #78BD8E;
}
.AnyTagClassName
{
color: #78BD8E;
}
</style>
background-color css
<style>
a { background-color: #78BD8E; }
a { background-color: rgb(120,189,142); }
div.DivClassName
{
background-color: #78BD8E;
}
.BgClassName
{
background-color: #78BD8E;
}
</style>
border-color css
<style>
span { border-color: #78BD8E; }
span { border-color: rgb(120,189,142); }
td.TdClassName
{
border-color: #78BD8E;
}
.TagClassName
{
border-color: #78BD8E;
}
</style>