Shades of Bay Leaf #78AE8C
Tints of Bay Leaf #78AE8C
RGB
CMYK
RGB Variations
Color information
#78AE8C (or 0x78AE8C) is known color: Bay Leaf. HEX triplet: 78, AE and 8C. RGB value is (120,174,140). Sum of RGB (Red+Green+Blue) = 120+174+140=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 174 - color contains mainly: green. Hex color #78AE8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AE8C is #875173. Grayscale: #9A9A9A. Windows color (decimal): -8868212 or 9219704. OLE color: 9219704.
HSL color Cylindrical-coordinate representation of color #78AE8C: hue angle of 142.22º 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 #78AE8C is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 174 | 140 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.32 |
| HSL | 142.22º | 0.25% | 0.58% | - |
| HSV(B) | 142.22º | 0.31% | 0.68% | - |
| XYZ | 27.62 | 36.16 | 30.33 | - |
| YUV | 153.98 | 120.11 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 174 | 140 | 0.31 | 0 | 0.20 | 0.32 | 142.22 | 0.25 | 0.58 |
| Hex | 78 | AE | 8C | 1F | 0 | 14 | 20 | 8E | 19 | 3A |
| Octal | 170 | 256 | 214 | 37 | 0 | 24 | 40 | 216 | 31 | 72 |
| Binary | 1111000 | 10101110 | 10001100 | 11111 | 0 | 10100 | 100000 | 10001110 | 11001 | 111010 |
Color Harmonies of #78AE8C
Complementary color
Monochromatic Colors of #78AE8C
Black with #78AE8C
Text Example
Text Example
White with #78AE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AE8C; }
p { color: rgb(120,174,140); }
H1.HeaderClassName
{
color: #78AE8C;
}
.AnyTagClassName
{
color: #78AE8C;
}
</style>
background-color css
<style>
a { background-color: #78AE8C; }
a { background-color: rgb(120,174,140); }
div.DivClassName
{
background-color: #78AE8C;
}
.BgClassName
{
background-color: #78AE8C;
}
</style>
border-color css
<style>
span { border-color: #78AE8C; }
span { border-color: rgb(120,174,140); }
td.TdClassName
{
border-color: #78AE8C;
}
.TagClassName
{
border-color: #78AE8C;
}
</style>