Shades of Bay Leaf #78AE8A
Tints of Bay Leaf #78AE8A
RGB
CMYK
RGB Variations
Color information
#78AE8A (or 0x78AE8A) is known color: Bay Leaf. HEX triplet: 78, AE and 8A. RGB value is (120,174,138). Sum of RGB (Red+Green+Blue) = 120+174+138=432 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.78% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 174 - color contains mainly: green. Hex color #78AE8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AE8A is #875175. Grayscale: #999999. Windows color (decimal): -8868214 or 9088632. OLE color: 9088632.
HSL color Cylindrical-coordinate representation of color #78AE8A: hue angle of 140º 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 #78AE8A is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 174 | 138 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.32 |
| HSL | 140º | 0.25% | 0.58% | - |
| HSV(B) | 140º | 0.31% | 0.68% | - |
| XYZ | 27.47 | 36.1 | 29.57 | - |
| YUV | 153.75 | 119.11 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 174 | 138 | 0.31 | 0 | 0.21 | 0.32 | 140 | 0.25 | 0.58 |
| Hex | 78 | AE | 8A | 1F | 0 | 15 | 20 | 8C | 19 | 3A |
| Octal | 170 | 256 | 212 | 37 | 0 | 25 | 40 | 214 | 31 | 72 |
| Binary | 1111000 | 10101110 | 10001010 | 11111 | 0 | 10101 | 100000 | 10001100 | 11001 | 111010 |
Color Harmonies of #78AE8A
Complementary color
Monochromatic Colors of #78AE8A
Black with #78AE8A
Text Example
Text Example
White with #78AE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AE8A; }
p { color: rgb(120,174,138); }
H1.HeaderClassName
{
color: #78AE8A;
}
.AnyTagClassName
{
color: #78AE8A;
}
</style>
background-color css
<style>
a { background-color: #78AE8A; }
a { background-color: rgb(120,174,138); }
div.DivClassName
{
background-color: #78AE8A;
}
.BgClassName
{
background-color: #78AE8A;
}
</style>
border-color css
<style>
span { border-color: #78AE8A; }
span { border-color: rgb(120,174,138); }
td.TdClassName
{
border-color: #78AE8A;
}
.TagClassName
{
border-color: #78AE8A;
}
</style>