Shades of Bay Leaf #78C391
Tints of Bay Leaf #78C391
RGB
CMYK
RGB Variations
Color information
#78C391 (or 0x78C391) is known color: Bay Leaf. HEX triplet: 78, C3 and 91. RGB value is (120,195,145). Sum of RGB (Red+Green+Blue) = 120+195+145=460 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.09% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 195 - color contains mainly: green. Hex color #78C391 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C391 is #873C6E. Grayscale: #A7A7A7. Windows color (decimal): -8862831 or 9552760. OLE color: 9552760.
HSL color Cylindrical-coordinate representation of color #78C391: hue angle of 140º 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 #78C391 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 195 | 145 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.24 |
| HSL | 140º | 0.38% | 0.62% | - |
| HSV(B) | 140º | 0.38% | 0.76% | - |
| XYZ | 32.37 | 45.07 | 33.78 | - |
| YUV | 166.88 | 115.65 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 195 | 145 | 0.38 | 0 | 0.26 | 0.24 | 140 | 0.38 | 0.62 |
| Hex | 78 | C3 | 91 | 26 | 0 | 1A | 18 | 8C | 26 | 3E |
| Octal | 170 | 303 | 221 | 46 | 0 | 32 | 30 | 214 | 46 | 76 |
| Binary | 1111000 | 11000011 | 10010001 | 100110 | 0 | 11010 | 11000 | 10001100 | 100110 | 111110 |
Color Harmonies of #78C391
Complementary color
Monochromatic Colors of #78C391
Black with #78C391
Text Example
Text Example
White with #78C391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C391; }
p { color: rgb(120,195,145); }
H1.HeaderClassName
{
color: #78C391;
}
.AnyTagClassName
{
color: #78C391;
}
</style>
background-color css
<style>
a { background-color: #78C391; }
a { background-color: rgb(120,195,145); }
div.DivClassName
{
background-color: #78C391;
}
.BgClassName
{
background-color: #78C391;
}
</style>
border-color css
<style>
span { border-color: #78C391; }
span { border-color: rgb(120,195,145); }
td.TdClassName
{
border-color: #78C391;
}
.TagClassName
{
border-color: #78C391;
}
</style>