Shades of Bay Leaf #78B881
Tints of Bay Leaf #78B881
RGB
CMYK
RGB Variations
Color information
#78B881 (or 0x78B881) is known color: Bay Leaf. HEX triplet: 78, B8 and 81. RGB value is (120,184,129). Sum of RGB (Red+Green+Blue) = 120+184+129=433 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.71% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 184 - color contains mainly: green. Hex color #78B881 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B881 is #87477E. Grayscale: #9E9E9E. Windows color (decimal): -8865663 or 8501368. OLE color: 8501368.
HSL color Cylindrical-coordinate representation of color #78B881: hue angle of 128.44º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78B881 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 184 | 129 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.28 |
| HSL | 128.44º | 0.31% | 0.6% | - |
| HSV(B) | 128.44º | 0.35% | 0.72% | - |
| XYZ | 28.85 | 39.86 | 26.94 | - |
| YUV | 158.59 | 111.3 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 184 | 129 | 0.35 | 0 | 0.30 | 0.28 | 128.44 | 0.31 | 0.6 |
| Hex | 78 | B8 | 81 | 23 | 0 | 1E | 1C | 80 | 1F | 3C |
| Octal | 170 | 270 | 201 | 43 | 0 | 36 | 34 | 200 | 37 | 74 |
| Binary | 1111000 | 10111000 | 10000001 | 100011 | 0 | 11110 | 11100 | 10000000 | 11111 | 111100 |
Color Harmonies of #78B881
Complementary color
Monochromatic Colors of #78B881
Black with #78B881
Text Example
Text Example
White with #78B881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B881; }
p { color: rgb(120,184,129); }
H1.HeaderClassName
{
color: #78B881;
}
.AnyTagClassName
{
color: #78B881;
}
</style>
background-color css
<style>
a { background-color: #78B881; }
a { background-color: rgb(120,184,129); }
div.DivClassName
{
background-color: #78B881;
}
.BgClassName
{
background-color: #78B881;
}
</style>
border-color css
<style>
span { border-color: #78B881; }
span { border-color: rgb(120,184,129); }
td.TdClassName
{
border-color: #78B881;
}
.TagClassName
{
border-color: #78B881;
}
</style>