Shades of Bay Leaf #78C290
Tints of Bay Leaf #78C290
RGB
CMYK
RGB Variations
Color information
#78C290 (or 0x78C290) is known color: Bay Leaf. HEX triplet: 78, C2 and 90. RGB value is (120,194,144). Sum of RGB (Red+Green+Blue) = 120+194+144=458 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.20% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 194 - color contains mainly: green. Hex color #78C290 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C290 is #873D6F. Grayscale: #A6A6A6. Windows color (decimal): -8863088 or 9486968. OLE color: 9486968.
HSL color Cylindrical-coordinate representation of color #78C290: hue angle of 139.46º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C290 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 194 | 144 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.24 |
| HSL | 139.46º | 0.38% | 0.62% | - |
| HSV(B) | 139.46º | 0.38% | 0.76% | - |
| XYZ | 32.07 | 44.59 | 33.3 | - |
| YUV | 166.17 | 115.48 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 194 | 144 | 0.38 | 0 | 0.26 | 0.24 | 139.46 | 0.38 | 0.62 |
| Hex | 78 | C2 | 90 | 26 | 0 | 1A | 18 | 8B | 26 | 3E |
| Octal | 170 | 302 | 220 | 46 | 0 | 32 | 30 | 213 | 46 | 76 |
| Binary | 1111000 | 11000010 | 10010000 | 100110 | 0 | 11010 | 11000 | 10001011 | 100110 | 111110 |
Color Harmonies of #78C290
Complementary color
Monochromatic Colors of #78C290
Black with #78C290
Text Example
Text Example
White with #78C290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C290; }
p { color: rgb(120,194,144); }
H1.HeaderClassName
{
color: #78C290;
}
.AnyTagClassName
{
color: #78C290;
}
</style>
background-color css
<style>
a { background-color: #78C290; }
a { background-color: rgb(120,194,144); }
div.DivClassName
{
background-color: #78C290;
}
.BgClassName
{
background-color: #78C290;
}
</style>
border-color css
<style>
span { border-color: #78C290; }
span { border-color: rgb(120,194,144); }
td.TdClassName
{
border-color: #78C290;
}
.TagClassName
{
border-color: #78C290;
}
</style>