Shades of Bay Leaf #78B78C
Tints of Bay Leaf #78B78C
RGB
CMYK
RGB Variations
Color information
#78B78C (or 0x78B78C) is known color: Bay Leaf. HEX triplet: 78, B7 and 8C. RGB value is (120,183,140). Sum of RGB (Red+Green+Blue) = 120+183+140=443 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.09% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 183 - color contains mainly: green. Hex color #78B78C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B78C is #874873. Grayscale: #9F9F9F. Windows color (decimal): -8865908 or 9222008. OLE color: 9222008.
HSL color Cylindrical-coordinate representation of color #78B78C: hue angle of 139.05º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #78B78C is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 183 | 140 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.28 |
| HSL | 139.05º | 0.3% | 0.59% | - |
| HSV(B) | 139.05º | 0.34% | 0.72% | - |
| XYZ | 29.41 | 39.75 | 30.93 | - |
| YUV | 159.26 | 117.13 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 183 | 140 | 0.34 | 0 | 0.23 | 0.28 | 139.05 | 0.3 | 0.59 |
| Hex | 78 | B7 | 8C | 22 | 0 | 17 | 1C | 8B | 1E | 3B |
| Octal | 170 | 267 | 214 | 42 | 0 | 27 | 34 | 213 | 36 | 73 |
| Binary | 1111000 | 10110111 | 10001100 | 100010 | 0 | 10111 | 11100 | 10001011 | 11110 | 111011 |
Color Harmonies of #78B78C
Complementary color
Monochromatic Colors of #78B78C
Black with #78B78C
Text Example
Text Example
White with #78B78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B78C; }
p { color: rgb(120,183,140); }
H1.HeaderClassName
{
color: #78B78C;
}
.AnyTagClassName
{
color: #78B78C;
}
</style>
background-color css
<style>
a { background-color: #78B78C; }
a { background-color: rgb(120,183,140); }
div.DivClassName
{
background-color: #78B78C;
}
.BgClassName
{
background-color: #78B78C;
}
</style>
border-color css
<style>
span { border-color: #78B78C; }
span { border-color: rgb(120,183,140); }
td.TdClassName
{
border-color: #78B78C;
}
.TagClassName
{
border-color: #78B78C;
}
</style>