Shades of Bay Leaf #78C288
Tints of Bay Leaf #78C288
RGB
CMYK
RGB Variations
Color information
#78C288 (or 0x78C288) is known color: Bay Leaf. HEX triplet: 78, C2 and 88. RGB value is (120,194,136). Sum of RGB (Red+Green+Blue) = 120+194+136=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 194 - color contains mainly: green. Hex color #78C288 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C288 is #873D77. Grayscale: #A5A5A5. Windows color (decimal): -8863096 or 8962680. OLE color: 8962680.
HSL color Cylindrical-coordinate representation of color #78C288: hue angle of 132.97º 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 #78C288 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 194 | 136 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.24 |
| HSL | 132.97º | 0.38% | 0.62% | - |
| HSV(B) | 132.97º | 0.38% | 0.76% | - |
| XYZ | 31.48 | 44.35 | 30.19 | - |
| YUV | 165.26 | 111.48 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 194 | 136 | 0.38 | 0 | 0.30 | 0.24 | 132.97 | 0.38 | 0.62 |
| Hex | 78 | C2 | 88 | 26 | 0 | 1E | 18 | 85 | 26 | 3E |
| Octal | 170 | 302 | 210 | 46 | 0 | 36 | 30 | 205 | 46 | 76 |
| Binary | 1111000 | 11000010 | 10001000 | 100110 | 0 | 11110 | 11000 | 10000101 | 100110 | 111110 |
Color Harmonies of #78C288
Complementary color
Monochromatic Colors of #78C288
Black with #78C288
Text Example
Text Example
White with #78C288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C288; }
p { color: rgb(120,194,136); }
H1.HeaderClassName
{
color: #78C288;
}
.AnyTagClassName
{
color: #78C288;
}
</style>
background-color css
<style>
a { background-color: #78C288; }
a { background-color: rgb(120,194,136); }
div.DivClassName
{
background-color: #78C288;
}
.BgClassName
{
background-color: #78C288;
}
</style>
border-color css
<style>
span { border-color: #78C288; }
span { border-color: rgb(120,194,136); }
td.TdClassName
{
border-color: #78C288;
}
.TagClassName
{
border-color: #78C288;
}
</style>