Shades of Bay Leaf #78AA8A
Tints of Bay Leaf #78AA8A
RGB
CMYK
RGB Variations
Color information
#78AA8A (or 0x78AA8A) is known color: Bay Leaf. HEX triplet: 78, AA and 8A. RGB value is (120,170,138). Sum of RGB (Red+Green+Blue) = 120+170+138=428 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.04% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AA8A is #875575. Grayscale: #979797. Windows color (decimal): -8869238 or 9087608. OLE color: 9087608.
HSL color Cylindrical-coordinate representation of color #78AA8A: hue angle of 141.6º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #78AA8A is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 170 | 138 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.33 |
| HSL | 141.6º | 0.23% | 0.57% | - |
| HSV(B) | 141.6º | 0.29% | 0.67% | - |
| XYZ | 26.71 | 34.58 | 29.31 | - |
| YUV | 151.4 | 120.44 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 170 | 138 | 0.29 | 0 | 0.19 | 0.33 | 141.6 | 0.23 | 0.57 |
| Hex | 78 | AA | 8A | 1D | 0 | 13 | 21 | 8E | 17 | 39 |
| Octal | 170 | 252 | 212 | 35 | 0 | 23 | 41 | 216 | 27 | 71 |
| Binary | 1111000 | 10101010 | 10001010 | 11101 | 0 | 10011 | 100001 | 10001110 | 10111 | 111001 |
Color Harmonies of #78AA8A
Complementary color
Monochromatic Colors of #78AA8A
Black with #78AA8A
Text Example
Text Example
White with #78AA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AA8A; }
p { color: rgb(120,170,138); }
H1.HeaderClassName
{
color: #78AA8A;
}
.AnyTagClassName
{
color: #78AA8A;
}
</style>
background-color css
<style>
a { background-color: #78AA8A; }
a { background-color: rgb(120,170,138); }
div.DivClassName
{
background-color: #78AA8A;
}
.BgClassName
{
background-color: #78AA8A;
}
</style>
border-color css
<style>
span { border-color: #78AA8A; }
span { border-color: rgb(120,170,138); }
td.TdClassName
{
border-color: #78AA8A;
}
.TagClassName
{
border-color: #78AA8A;
}
</style>