Shades of Bay Leaf #78C890
Tints of Bay Leaf #78C890
RGB
CMYK
RGB Variations
Color information
#78C890 (or 0x78C890) is known color: Bay Leaf. HEX triplet: 78, C8 and 90. RGB value is (120,200,144). Sum of RGB (Red+Green+Blue) = 120+200+144=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 200 - color contains mainly: green. Hex color #78C890 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C890 is #87376F. Grayscale: #A9A9A9. Windows color (decimal): -8861552 or 9488504. OLE color: 9488504.
HSL color Cylindrical-coordinate representation of color #78C890: hue angle of 138º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78C890 is Cyan = 0.4, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 200 | 144 | - |
| CMYK | 0.4 | 0 | 0.28 | 0.22 |
| HSL | 138º | 0.42% | 0.63% | - |
| HSV(B) | 138º | 0.4% | 0.78% | - |
| XYZ | 33.43 | 47.32 | 33.76 | - |
| YUV | 169.7 | 113.5 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 200 | 144 | 0.4 | 0 | 0.28 | 0.22 | 138 | 0.42 | 0.63 |
| Hex | 78 | C8 | 90 | 28 | 0 | 1C | 16 | 8A | 2A | 3F |
| Octal | 170 | 310 | 220 | 50 | 0 | 34 | 26 | 212 | 52 | 77 |
| Binary | 1111000 | 11001000 | 10010000 | 101000 | 0 | 11100 | 10110 | 10001010 | 101010 | 111111 |
Color Harmonies of #78C890
Complementary color
Monochromatic Colors of #78C890
Black with #78C890
Text Example
Text Example
White with #78C890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C890; }
p { color: rgb(120,200,144); }
H1.HeaderClassName
{
color: #78C890;
}
.AnyTagClassName
{
color: #78C890;
}
</style>
background-color css
<style>
a { background-color: #78C890; }
a { background-color: rgb(120,200,144); }
div.DivClassName
{
background-color: #78C890;
}
.BgClassName
{
background-color: #78C890;
}
</style>
border-color css
<style>
span { border-color: #78C890; }
span { border-color: rgb(120,200,144); }
td.TdClassName
{
border-color: #78C890;
}
.TagClassName
{
border-color: #78C890;
}
</style>