Shades of Bay Leaf #78AC8A
Tints of Bay Leaf #78AC8A
RGB
CMYK
RGB Variations
Color information
#78AC8A (or 0x78AC8A) is known color: Bay Leaf. HEX triplet: 78, AC and 8A. RGB value is (120,172,138). Sum of RGB (Red+Green+Blue) = 120+172+138=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 172 - color contains mainly: green. Hex color #78AC8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AC8A is #875375. Grayscale: #989898. Windows color (decimal): -8868726 or 9088120. OLE color: 9088120.
HSL color Cylindrical-coordinate representation of color #78AC8A: hue angle of 140.77º degrees, saturation: 0.24, 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 #78AC8A is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 172 | 138 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.33 |
| HSL | 140.77º | 0.24% | 0.57% | - |
| HSV(B) | 140.77º | 0.3% | 0.67% | - |
| XYZ | 27.09 | 35.33 | 29.44 | - |
| YUV | 152.58 | 119.77 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 172 | 138 | 0.30 | 0 | 0.20 | 0.33 | 140.77 | 0.24 | 0.57 |
| Hex | 78 | AC | 8A | 1E | 0 | 14 | 21 | 8D | 18 | 39 |
| Octal | 170 | 254 | 212 | 36 | 0 | 24 | 41 | 215 | 30 | 71 |
| Binary | 1111000 | 10101100 | 10001010 | 11110 | 0 | 10100 | 100001 | 10001101 | 11000 | 111001 |
Color Harmonies of #78AC8A
Complementary color
Monochromatic Colors of #78AC8A
Black with #78AC8A
Text Example
Text Example
White with #78AC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AC8A; }
p { color: rgb(120,172,138); }
H1.HeaderClassName
{
color: #78AC8A;
}
.AnyTagClassName
{
color: #78AC8A;
}
</style>
background-color css
<style>
a { background-color: #78AC8A; }
a { background-color: rgb(120,172,138); }
div.DivClassName
{
background-color: #78AC8A;
}
.BgClassName
{
background-color: #78AC8A;
}
</style>
border-color css
<style>
span { border-color: #78AC8A; }
span { border-color: rgb(120,172,138); }
td.TdClassName
{
border-color: #78AC8A;
}
.TagClassName
{
border-color: #78AC8A;
}
</style>