Shades of Bay Leaf #78BE8D
Tints of Bay Leaf #78BE8D
RGB
CMYK
RGB Variations
Color information
#78BE8D (or 0x78BE8D) is known color: Bay Leaf. HEX triplet: 78, BE and 8D. RGB value is (120,190,141). Sum of RGB (Red+Green+Blue) = 120+190+141=451 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.61% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 190 - color contains mainly: green. Hex color #78BE8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BE8D is #874172. Grayscale: #A3A3A3. Windows color (decimal): -8864115 or 9289336. OLE color: 9289336.
HSL color Cylindrical-coordinate representation of color #78BE8D: hue angle of 138º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78BE8D is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 190 | 141 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.25 |
| HSL | 138º | 0.35% | 0.61% | - |
| HSV(B) | 138º | 0.37% | 0.75% | - |
| XYZ | 30.97 | 42.74 | 31.82 | - |
| YUV | 163.48 | 115.31 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 190 | 141 | 0.37 | 0 | 0.26 | 0.25 | 138 | 0.35 | 0.61 |
| Hex | 78 | BE | 8D | 25 | 0 | 1A | 19 | 8A | 23 | 3D |
| Octal | 170 | 276 | 215 | 45 | 0 | 32 | 31 | 212 | 43 | 75 |
| Binary | 1111000 | 10111110 | 10001101 | 100101 | 0 | 11010 | 11001 | 10001010 | 100011 | 111101 |
Color Harmonies of #78BE8D
Complementary color
Monochromatic Colors of #78BE8D
Black with #78BE8D
Text Example
Text Example
White with #78BE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BE8D; }
p { color: rgb(120,190,141); }
H1.HeaderClassName
{
color: #78BE8D;
}
.AnyTagClassName
{
color: #78BE8D;
}
</style>
background-color css
<style>
a { background-color: #78BE8D; }
a { background-color: rgb(120,190,141); }
div.DivClassName
{
background-color: #78BE8D;
}
.BgClassName
{
background-color: #78BE8D;
}
</style>
border-color css
<style>
span { border-color: #78BE8D; }
span { border-color: rgb(120,190,141); }
td.TdClassName
{
border-color: #78BE8D;
}
.TagClassName
{
border-color: #78BE8D;
}
</style>