Shades of Bay Leaf #78AE8E
Tints of Bay Leaf #78AE8E
RGB
CMYK
RGB Variations
Color information
#78AE8E (or 0x78AE8E) is known color: Bay Leaf. HEX triplet: 78, AE and 8E. RGB value is (120,174,142). Sum of RGB (Red+Green+Blue) = 120+174+142=436 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.52% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 174 - color contains mainly: green. Hex color #78AE8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AE8E is #875171. Grayscale: #9A9A9A. Windows color (decimal): -8868210 or 9350776. OLE color: 9350776.
HSL color Cylindrical-coordinate representation of color #78AE8E: hue angle of 144.44º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78AE8E is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 174 | 142 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.32 |
| HSL | 144.44º | 0.25% | 0.58% | - |
| HSV(B) | 144.44º | 0.31% | 0.68% | - |
| XYZ | 27.76 | 36.22 | 31.12 | - |
| YUV | 154.21 | 121.11 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 174 | 142 | 0.31 | 0 | 0.18 | 0.32 | 144.44 | 0.25 | 0.58 |
| Hex | 78 | AE | 8E | 1F | 0 | 12 | 20 | 90 | 19 | 3A |
| Octal | 170 | 256 | 216 | 37 | 0 | 22 | 40 | 220 | 31 | 72 |
| Binary | 1111000 | 10101110 | 10001110 | 11111 | 0 | 10010 | 100000 | 10010000 | 11001 | 111010 |
Color Harmonies of #78AE8E
Complementary color
Monochromatic Colors of #78AE8E
Black with #78AE8E
Text Example
Text Example
White with #78AE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AE8E; }
p { color: rgb(120,174,142); }
H1.HeaderClassName
{
color: #78AE8E;
}
.AnyTagClassName
{
color: #78AE8E;
}
</style>
background-color css
<style>
a { background-color: #78AE8E; }
a { background-color: rgb(120,174,142); }
div.DivClassName
{
background-color: #78AE8E;
}
.BgClassName
{
background-color: #78AE8E;
}
</style>
border-color css
<style>
span { border-color: #78AE8E; }
span { border-color: rgb(120,174,142); }
td.TdClassName
{
border-color: #78AE8E;
}
.TagClassName
{
border-color: #78AE8E;
}
</style>