Shades of Bay Leaf #7DA689
Tints of Bay Leaf #7DA689
RGB
CMYK
RGB Variations
Color information
#7DA689 (or 0x7DA689) is known color: Bay Leaf. HEX triplet: 7D, A6 and 89. RGB value is (125,166,137). Sum of RGB (Red+Green+Blue) = 125+166+137=428 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.21% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA689 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA689 is #825976. Grayscale: #969696. Windows color (decimal): -8542583 or 9021053. OLE color: 9021053.
HSL color Cylindrical-coordinate representation of color #7DA689: hue angle of 137.56º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7DA689 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 166 | 137 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.35 |
| HSL | 137.56º | 0.19% | 0.57% | - |
| HSV(B) | 137.56º | 0.25% | 0.65% | - |
| XYZ | 26.61 | 33.44 | 28.72 | - |
| YUV | 150.44 | 120.42 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 166 | 137 | 0.25 | 0 | 0.17 | 0.35 | 137.56 | 0.19 | 0.57 |
| Hex | 7D | A6 | 89 | 19 | 0 | 11 | 23 | 8A | 13 | 39 |
| Octal | 175 | 246 | 211 | 31 | 0 | 21 | 43 | 212 | 23 | 71 |
| Binary | 1111101 | 10100110 | 10001001 | 11001 | 0 | 10001 | 100011 | 10001010 | 10011 | 111001 |
Color Harmonies of #7DA689
Complementary color
Monochromatic Colors of #7DA689
Black with #7DA689
Text Example
Text Example
White with #7DA689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA689; }
p { color: rgb(125,166,137); }
H1.HeaderClassName
{
color: #7DA689;
}
.AnyTagClassName
{
color: #7DA689;
}
</style>
background-color css
<style>
a { background-color: #7DA689; }
a { background-color: rgb(125,166,137); }
div.DivClassName
{
background-color: #7DA689;
}
.BgClassName
{
background-color: #7DA689;
}
</style>
border-color css
<style>
span { border-color: #7DA689; }
span { border-color: rgb(125,166,137); }
td.TdClassName
{
border-color: #7DA689;
}
.TagClassName
{
border-color: #7DA689;
}
</style>