Shades of Bay Leaf #78BC90
Tints of Bay Leaf #78BC90
RGB
CMYK
RGB Variations
Color information
#78BC90 (or 0x78BC90) is known color: Bay Leaf. HEX triplet: 78, BC and 90. RGB value is (120,188,144). Sum of RGB (Red+Green+Blue) = 120+188+144=452 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.55% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #78BC90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BC90 is #87436F. Grayscale: #A2A2A2. Windows color (decimal): -8864624 or 9485432. OLE color: 9485432.
HSL color Cylindrical-coordinate representation of color #78BC90: hue angle of 141.18º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78BC90 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 188 | 144 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.26 |
| HSL | 141.18º | 0.34% | 0.6% | - |
| HSV(B) | 141.18º | 0.36% | 0.74% | - |
| XYZ | 30.76 | 41.97 | 32.87 | - |
| YUV | 162.65 | 117.47 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 188 | 144 | 0.36 | 0 | 0.23 | 0.26 | 141.18 | 0.34 | 0.6 |
| Hex | 78 | BC | 90 | 24 | 0 | 17 | 1A | 8D | 22 | 3C |
| Octal | 170 | 274 | 220 | 44 | 0 | 27 | 32 | 215 | 42 | 74 |
| Binary | 1111000 | 10111100 | 10010000 | 100100 | 0 | 10111 | 11010 | 10001101 | 100010 | 111100 |
Color Harmonies of #78BC90
Complementary color
Monochromatic Colors of #78BC90
Black with #78BC90
Text Example
Text Example
White with #78BC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BC90; }
p { color: rgb(120,188,144); }
H1.HeaderClassName
{
color: #78BC90;
}
.AnyTagClassName
{
color: #78BC90;
}
</style>
background-color css
<style>
a { background-color: #78BC90; }
a { background-color: rgb(120,188,144); }
div.DivClassName
{
background-color: #78BC90;
}
.BgClassName
{
background-color: #78BC90;
}
</style>
border-color css
<style>
span { border-color: #78BC90; }
span { border-color: rgb(120,188,144); }
td.TdClassName
{
border-color: #78BC90;
}
.TagClassName
{
border-color: #78BC90;
}
</style>