Shades of Bay Leaf #78A386
Tints of Bay Leaf #78A386
RGB
CMYK
RGB Variations
Color information
#78A386 (or 0x78A386) is known color: Bay Leaf. HEX triplet: 78, A3 and 86. RGB value is (120,163,134). Sum of RGB (Red+Green+Blue) = 120+163+134=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 163 - color contains mainly: green. Hex color #78A386 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A386 is #875C79. Grayscale: #929292. Windows color (decimal): -8871034 or 8823672. OLE color: 8823672.
HSL color Cylindrical-coordinate representation of color #78A386: hue angle of 139.53º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #78A386 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 163 | 134 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.36 |
| HSL | 139.53º | 0.19% | 0.55% | - |
| HSV(B) | 139.53º | 0.26% | 0.64% | - |
| XYZ | 25.15 | 31.91 | 27.39 | - |
| YUV | 146.84 | 120.75 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 163 | 134 | 0.26 | 0 | 0.18 | 0.36 | 139.53 | 0.19 | 0.55 |
| Hex | 78 | A3 | 86 | 1A | 0 | 12 | 24 | 8C | 13 | 37 |
| Octal | 170 | 243 | 206 | 32 | 0 | 22 | 44 | 214 | 23 | 67 |
| Binary | 1111000 | 10100011 | 10000110 | 11010 | 0 | 10010 | 100100 | 10001100 | 10011 | 110111 |
Color Harmonies of #78A386
Complementary color
Monochromatic Colors of #78A386
Black with #78A386
Text Example
Text Example
White with #78A386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A386; }
p { color: rgb(120,163,134); }
H1.HeaderClassName
{
color: #78A386;
}
.AnyTagClassName
{
color: #78A386;
}
</style>
background-color css
<style>
a { background-color: #78A386; }
a { background-color: rgb(120,163,134); }
div.DivClassName
{
background-color: #78A386;
}
.BgClassName
{
background-color: #78A386;
}
</style>
border-color css
<style>
span { border-color: #78A386; }
span { border-color: rgb(120,163,134); }
td.TdClassName
{
border-color: #78A386;
}
.TagClassName
{
border-color: #78A386;
}
</style>