Shades of Bay Leaf #7AA189
Tints of Bay Leaf #7AA189
RGB
CMYK
RGB Variations
Color information
#7AA189 (or 0x7AA189) is known color: Bay Leaf. HEX triplet: 7A, A1 and 89. RGB value is (122,161,137). Sum of RGB (Red+Green+Blue) = 122+161+137=420 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.05% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 161 - color contains mainly: green. Hex color #7AA189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA189 is #855E76. Grayscale: #929292. Windows color (decimal): -8740471 or 9019770. OLE color: 9019770.
HSL color Cylindrical-coordinate representation of color #7AA189: hue angle of 143.08º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7AA189 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 161 | 137 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.37 |
| HSL | 143.08º | 0.17% | 0.55% | - |
| HSV(B) | 143.08º | 0.24% | 0.63% | - |
| XYZ | 25.29 | 31.43 | 28.4 | - |
| YUV | 146.6 | 122.58 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 161 | 137 | 0.24 | 0 | 0.15 | 0.37 | 143.08 | 0.17 | 0.55 |
| Hex | 7A | A1 | 89 | 18 | 0 | F | 25 | 8F | 11 | 37 |
| Octal | 172 | 241 | 211 | 30 | 0 | 17 | 45 | 217 | 21 | 67 |
| Binary | 1111010 | 10100001 | 10001001 | 11000 | 0 | 1111 | 100101 | 10001111 | 10001 | 110111 |
Color Harmonies of #7AA189
Complementary color
Monochromatic Colors of #7AA189
Black with #7AA189
Text Example
Text Example
White with #7AA189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA189; }
p { color: rgb(122,161,137); }
H1.HeaderClassName
{
color: #7AA189;
}
.AnyTagClassName
{
color: #7AA189;
}
</style>
background-color css
<style>
a { background-color: #7AA189; }
a { background-color: rgb(122,161,137); }
div.DivClassName
{
background-color: #7AA189;
}
.BgClassName
{
background-color: #7AA189;
}
</style>
border-color css
<style>
span { border-color: #7AA189; }
span { border-color: rgb(122,161,137); }
td.TdClassName
{
border-color: #7AA189;
}
.TagClassName
{
border-color: #7AA189;
}
</style>