Shades of Bay Leaf #78BA83
Tints of Bay Leaf #78BA83
RGB
CMYK
RGB Variations
Color information
#78BA83 (or 0x78BA83) is known color: Bay Leaf. HEX triplet: 78, BA and 83. RGB value is (120,186,131). Sum of RGB (Red+Green+Blue) = 120+186+131=437 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.46% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #78BA83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BA83 is #87457C. Grayscale: #A0A0A0. Windows color (decimal): -8865149 or 8632952. OLE color: 8632952.
HSL color Cylindrical-coordinate representation of color #78BA83: hue angle of 130º 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 #78BA83 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 186 | 131 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.27 |
| HSL | 130º | 0.32% | 0.6% | - |
| HSV(B) | 130º | 0.35% | 0.73% | - |
| XYZ | 29.4 | 40.75 | 27.79 | - |
| YUV | 160 | 111.63 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 186 | 131 | 0.35 | 0 | 0.30 | 0.27 | 130 | 0.32 | 0.6 |
| Hex | 78 | BA | 83 | 23 | 0 | 1E | 1B | 82 | 20 | 3C |
| Octal | 170 | 272 | 203 | 43 | 0 | 36 | 33 | 202 | 40 | 74 |
| Binary | 1111000 | 10111010 | 10000011 | 100011 | 0 | 11110 | 11011 | 10000010 | 100000 | 111100 |
Color Harmonies of #78BA83
Complementary color
Monochromatic Colors of #78BA83
Black with #78BA83
Text Example
Text Example
White with #78BA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BA83; }
p { color: rgb(120,186,131); }
H1.HeaderClassName
{
color: #78BA83;
}
.AnyTagClassName
{
color: #78BA83;
}
</style>
background-color css
<style>
a { background-color: #78BA83; }
a { background-color: rgb(120,186,131); }
div.DivClassName
{
background-color: #78BA83;
}
.BgClassName
{
background-color: #78BA83;
}
</style>
border-color css
<style>
span { border-color: #78BA83; }
span { border-color: rgb(120,186,131); }
td.TdClassName
{
border-color: #78BA83;
}
.TagClassName
{
border-color: #78BA83;
}
</style>