Shades of Bay Leaf #7DA189
Tints of Bay Leaf #7DA189
RGB
CMYK
RGB Variations
Color information
#7DA189 (or 0x7DA189) is known color: Bay Leaf. HEX triplet: 7D, A1 and 89. RGB value is (125,161,137). Sum of RGB (Red+Green+Blue) = 125+161+137=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 161 - color contains mainly: green. Hex color #7DA189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA189 is #825E76. Grayscale: #939393. Windows color (decimal): -8543863 or 9019773. OLE color: 9019773.
HSL color Cylindrical-coordinate representation of color #7DA189: hue angle of 140º 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 #7DA189 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 125 | 161 | 137 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.37 |
| HSL | 140º | 0.16% | 0.56% | - |
| HSV(B) | 140º | 0.22% | 0.63% | - |
| XYZ | 25.72 | 31.66 | 28.42 | - |
| YUV | 147.5 | 122.07 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 161 | 137 | 0.22 | 0 | 0.15 | 0.37 | 140 | 0.16 | 0.56 |
| Hex | 7D | A1 | 89 | 16 | 0 | F | 25 | 8C | 10 | 38 |
| Octal | 175 | 241 | 211 | 26 | 0 | 17 | 45 | 214 | 20 | 70 |
| Binary | 1111101 | 10100001 | 10001001 | 10110 | 0 | 1111 | 100101 | 10001100 | 10000 | 111000 |
Color Harmonies of #7DA189
Complementary color
Monochromatic Colors of #7DA189
Black with #7DA189
Text Example
Text Example
White with #7DA189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA189; }
p { color: rgb(125,161,137); }
H1.HeaderClassName
{
color: #7DA189;
}
.AnyTagClassName
{
color: #7DA189;
}
</style>
background-color css
<style>
a { background-color: #7DA189; }
a { background-color: rgb(125,161,137); }
div.DivClassName
{
background-color: #7DA189;
}
.BgClassName
{
background-color: #7DA189;
}
</style>
border-color css
<style>
span { border-color: #7DA189; }
span { border-color: rgb(125,161,137); }
td.TdClassName
{
border-color: #7DA189;
}
.TagClassName
{
border-color: #7DA189;
}
</style>