Shades of Bay Leaf #7DA686
Tints of Bay Leaf #7DA686
RGB
CMYK
RGB Variations
Color information
#7DA686 (or 0x7DA686) is known color: Bay Leaf. HEX triplet: 7D, A6 and 86. RGB value is (125,166,134). Sum of RGB (Red+Green+Blue) = 125+166+134=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA686 is #825979. Grayscale: #969696. Windows color (decimal): -8542586 or 8824445. OLE color: 8824445.
HSL color Cylindrical-coordinate representation of color #7DA686: hue angle of 133.17º 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 #7DA686 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 166 | 134 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.35 |
| HSL | 133.17º | 0.19% | 0.57% | - |
| HSV(B) | 133.17º | 0.25% | 0.65% | - |
| XYZ | 26.4 | 33.35 | 27.6 | - |
| YUV | 150.09 | 118.92 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 166 | 134 | 0.25 | 0 | 0.19 | 0.35 | 133.17 | 0.19 | 0.57 |
| Hex | 7D | A6 | 86 | 19 | 0 | 13 | 23 | 85 | 13 | 39 |
| Octal | 175 | 246 | 206 | 31 | 0 | 23 | 43 | 205 | 23 | 71 |
| Binary | 1111101 | 10100110 | 10000110 | 11001 | 0 | 10011 | 100011 | 10000101 | 10011 | 111001 |
Color Harmonies of #7DA686
Complementary color
Monochromatic Colors of #7DA686
Black with #7DA686
Text Example
Text Example
White with #7DA686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA686; }
p { color: rgb(125,166,134); }
H1.HeaderClassName
{
color: #7DA686;
}
.AnyTagClassName
{
color: #7DA686;
}
</style>
background-color css
<style>
a { background-color: #7DA686; }
a { background-color: rgb(125,166,134); }
div.DivClassName
{
background-color: #7DA686;
}
.BgClassName
{
background-color: #7DA686;
}
</style>
border-color css
<style>
span { border-color: #7DA686; }
span { border-color: rgb(125,166,134); }
td.TdClassName
{
border-color: #7DA686;
}
.TagClassName
{
border-color: #7DA686;
}
</style>