Shades of Bay Leaf #7DA089
Tints of Bay Leaf #7DA089
RGB
CMYK
RGB Variations
Color information
#7DA089 (or 0x7DA089) is known color: Bay Leaf. HEX triplet: 7D, A0 and 89. RGB value is (125,160,137). Sum of RGB (Red+Green+Blue) = 125+160+137=422 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.62% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA089 is #825F76. Grayscale: #929292. Windows color (decimal): -8544119 or 9019517. OLE color: 9019517.
HSL color Cylindrical-coordinate representation of color #7DA089: hue angle of 140.57º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7DA089 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 125 | 160 | 137 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.37 |
| HSL | 140.57º | 0.16% | 0.56% | - |
| HSV(B) | 140.57º | 0.22% | 0.63% | - |
| XYZ | 25.54 | 31.31 | 28.36 | - |
| YUV | 146.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 160 | 137 | 0.22 | 0 | 0.14 | 0.37 | 140.57 | 0.16 | 0.56 |
| Hex | 7D | A0 | 89 | 16 | 0 | E | 25 | 8D | 10 | 38 |
| Octal | 175 | 240 | 211 | 26 | 0 | 16 | 45 | 215 | 20 | 70 |
| Binary | 1111101 | 10100000 | 10001001 | 10110 | 0 | 1110 | 100101 | 10001101 | 10000 | 111000 |
Color Harmonies of #7DA089
Complementary color
Monochromatic Colors of #7DA089
Black with #7DA089
Text Example
Text Example
White with #7DA089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA089; }
p { color: rgb(125,160,137); }
H1.HeaderClassName
{
color: #7DA089;
}
.AnyTagClassName
{
color: #7DA089;
}
</style>
background-color css
<style>
a { background-color: #7DA089; }
a { background-color: rgb(125,160,137); }
div.DivClassName
{
background-color: #7DA089;
}
.BgClassName
{
background-color: #7DA089;
}
</style>
border-color css
<style>
span { border-color: #7DA089; }
span { border-color: rgb(125,160,137); }
td.TdClassName
{
border-color: #7DA089;
}
.TagClassName
{
border-color: #7DA089;
}
</style>