Shades of Bay Leaf #78B982
Tints of Bay Leaf #78B982
RGB
CMYK
RGB Variations
Color information
#78B982 (or 0x78B982) is known color: Bay Leaf. HEX triplet: 78, B9 and 82. RGB value is (120,185,130). Sum of RGB (Red+Green+Blue) = 120+185+130=435 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.59% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 185 - color contains mainly: green. Hex color #78B982 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B982 is #87467D. Grayscale: #9F9F9F. Windows color (decimal): -8865406 or 8567160. OLE color: 8567160.
HSL color Cylindrical-coordinate representation of color #78B982: hue angle of 129.23º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78B982 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 185 | 130 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.27 |
| HSL | 129.23º | 0.32% | 0.6% | - |
| HSV(B) | 129.23º | 0.35% | 0.73% | - |
| XYZ | 29.12 | 40.3 | 27.36 | - |
| YUV | 159.3 | 111.47 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 185 | 130 | 0.35 | 0 | 0.30 | 0.27 | 129.23 | 0.32 | 0.6 |
| Hex | 78 | B9 | 82 | 23 | 0 | 1E | 1B | 81 | 20 | 3C |
| Octal | 170 | 271 | 202 | 43 | 0 | 36 | 33 | 201 | 40 | 74 |
| Binary | 1111000 | 10111001 | 10000010 | 100011 | 0 | 11110 | 11011 | 10000001 | 100000 | 111100 |
Color Harmonies of #78B982
Complementary color
Monochromatic Colors of #78B982
Black with #78B982
Text Example
Text Example
White with #78B982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B982; }
p { color: rgb(120,185,130); }
H1.HeaderClassName
{
color: #78B982;
}
.AnyTagClassName
{
color: #78B982;
}
</style>
background-color css
<style>
a { background-color: #78B982; }
a { background-color: rgb(120,185,130); }
div.DivClassName
{
background-color: #78B982;
}
.BgClassName
{
background-color: #78B982;
}
</style>
border-color css
<style>
span { border-color: #78B982; }
span { border-color: rgb(120,185,130); }
td.TdClassName
{
border-color: #78B982;
}
.TagClassName
{
border-color: #78B982;
}
</style>