Shades of Bay Leaf #78BE8C
Tints of Bay Leaf #78BE8C
RGB
CMYK
RGB Variations
Color information
#78BE8C (or 0x78BE8C) is known color: Bay Leaf. HEX triplet: 78, BE and 8C. RGB value is (120,190,140). Sum of RGB (Red+Green+Blue) = 120+190+140=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 190 - color contains mainly: green. Hex color #78BE8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BE8C is #874173. Grayscale: #A3A3A3. Windows color (decimal): -8864116 or 9223800. OLE color: 9223800.
HSL color Cylindrical-coordinate representation of color #78BE8C: hue angle of 137.14º 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 #78BE8C is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 190 | 140 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.25 |
| HSL | 137.14º | 0.35% | 0.61% | - |
| HSV(B) | 137.14º | 0.37% | 0.75% | - |
| XYZ | 30.89 | 42.71 | 31.43 | - |
| YUV | 163.37 | 114.81 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 190 | 140 | 0.37 | 0 | 0.26 | 0.25 | 137.14 | 0.35 | 0.61 |
| Hex | 78 | BE | 8C | 25 | 0 | 1A | 19 | 89 | 23 | 3D |
| Octal | 170 | 276 | 214 | 45 | 0 | 32 | 31 | 211 | 43 | 75 |
| Binary | 1111000 | 10111110 | 10001100 | 100101 | 0 | 11010 | 11001 | 10001001 | 100011 | 111101 |
Color Harmonies of #78BE8C
Complementary color
Monochromatic Colors of #78BE8C
Black with #78BE8C
Text Example
Text Example
White with #78BE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BE8C; }
p { color: rgb(120,190,140); }
H1.HeaderClassName
{
color: #78BE8C;
}
.AnyTagClassName
{
color: #78BE8C;
}
</style>
background-color css
<style>
a { background-color: #78BE8C; }
a { background-color: rgb(120,190,140); }
div.DivClassName
{
background-color: #78BE8C;
}
.BgClassName
{
background-color: #78BE8C;
}
</style>
border-color css
<style>
span { border-color: #78BE8C; }
span { border-color: rgb(120,190,140); }
td.TdClassName
{
border-color: #78BE8C;
}
.TagClassName
{
border-color: #78BE8C;
}
</style>