Shades of Bay Leaf #78BC85
Tints of Bay Leaf #78BC85
RGB
CMYK
RGB Variations
Color information
#78BC85 (or 0x78BC85) is known color: Bay Leaf. HEX triplet: 78, BC and 85. RGB value is (120,188,133). Sum of RGB (Red+Green+Blue) = 120+188+133=441 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.21% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #78BC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BC85 is #87437A. Grayscale: #A1A1A1. Windows color (decimal): -8864635 or 8764536. OLE color: 8764536.
HSL color Cylindrical-coordinate representation of color #78BC85: hue angle of 131.47º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78BC85 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 188 | 133 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.26 |
| HSL | 131.47º | 0.34% | 0.6% | - |
| HSV(B) | 131.47º | 0.36% | 0.74% | - |
| XYZ | 29.96 | 41.65 | 28.65 | - |
| YUV | 161.4 | 111.97 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 188 | 133 | 0.36 | 0 | 0.29 | 0.26 | 131.47 | 0.34 | 0.6 |
| Hex | 78 | BC | 85 | 24 | 0 | 1D | 1A | 83 | 22 | 3C |
| Octal | 170 | 274 | 205 | 44 | 0 | 35 | 32 | 203 | 42 | 74 |
| Binary | 1111000 | 10111100 | 10000101 | 100100 | 0 | 11101 | 11010 | 10000011 | 100010 | 111100 |
Color Harmonies of #78BC85
Complementary color
Monochromatic Colors of #78BC85
Black with #78BC85
Text Example
Text Example
White with #78BC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BC85; }
p { color: rgb(120,188,133); }
H1.HeaderClassName
{
color: #78BC85;
}
.AnyTagClassName
{
color: #78BC85;
}
</style>
background-color css
<style>
a { background-color: #78BC85; }
a { background-color: rgb(120,188,133); }
div.DivClassName
{
background-color: #78BC85;
}
.BgClassName
{
background-color: #78BC85;
}
</style>
border-color css
<style>
span { border-color: #78BC85; }
span { border-color: rgb(120,188,133); }
td.TdClassName
{
border-color: #78BC85;
}
.TagClassName
{
border-color: #78BC85;
}
</style>