Shades of Bay Leaf #78AB84
Tints of Bay Leaf #78AB84
RGB
CMYK
RGB Variations
Color information
#78AB84 (or 0x78AB84) is known color: Bay Leaf. HEX triplet: 78, AB and 84. RGB value is (120,171,132). Sum of RGB (Red+Green+Blue) = 120+171+132=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AB84 is #87547B. Grayscale: #979797. Windows color (decimal): -8868988 or 8694648. OLE color: 8694648.
HSL color Cylindrical-coordinate representation of color #78AB84: hue angle of 134.12º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78AB84 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 171 | 132 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.33 |
| HSL | 134.12º | 0.23% | 0.57% | - |
| HSV(B) | 134.12º | 0.3% | 0.67% | - |
| XYZ | 26.47 | 34.78 | 27.15 | - |
| YUV | 151.31 | 117.1 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 171 | 132 | 0.30 | 0 | 0.23 | 0.33 | 134.12 | 0.23 | 0.57 |
| Hex | 78 | AB | 84 | 1E | 0 | 17 | 21 | 86 | 17 | 39 |
| Octal | 170 | 253 | 204 | 36 | 0 | 27 | 41 | 206 | 27 | 71 |
| Binary | 1111000 | 10101011 | 10000100 | 11110 | 0 | 10111 | 100001 | 10000110 | 10111 | 111001 |
Color Harmonies of #78AB84
Complementary color
Monochromatic Colors of #78AB84
Black with #78AB84
Text Example
Text Example
White with #78AB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AB84; }
p { color: rgb(120,171,132); }
H1.HeaderClassName
{
color: #78AB84;
}
.AnyTagClassName
{
color: #78AB84;
}
</style>
background-color css
<style>
a { background-color: #78AB84; }
a { background-color: rgb(120,171,132); }
div.DivClassName
{
background-color: #78AB84;
}
.BgClassName
{
background-color: #78AB84;
}
</style>
border-color css
<style>
span { border-color: #78AB84; }
span { border-color: rgb(120,171,132); }
td.TdClassName
{
border-color: #78AB84;
}
.TagClassName
{
border-color: #78AB84;
}
</style>