Shades of Bay Leaf #7DA886
Tints of Bay Leaf #7DA886
RGB
CMYK
RGB Variations
Color information
#7DA886 (or 0x7DA886) is known color: Bay Leaf. HEX triplet: 7D, A8 and 86. RGB value is (125,168,134). Sum of RGB (Red+Green+Blue) = 125+168+134=427 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.27% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 168 - color contains mainly: green. Hex color #7DA886 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA886 is #825779. Grayscale: #979797. Windows color (decimal): -8542074 or 8824957. OLE color: 8824957.
HSL color Cylindrical-coordinate representation of color #7DA886: hue angle of 132.56º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7DA886 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 125 | 168 | 134 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.34 |
| HSL | 132.56º | 0.2% | 0.57% | - |
| HSV(B) | 132.56º | 0.26% | 0.66% | - |
| XYZ | 26.76 | 34.09 | 27.72 | - |
| YUV | 151.27 | 118.25 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 168 | 134 | 0.26 | 0 | 0.20 | 0.34 | 132.56 | 0.2 | 0.57 |
| Hex | 7D | A8 | 86 | 1A | 0 | 14 | 22 | 85 | 14 | 39 |
| Octal | 175 | 250 | 206 | 32 | 0 | 24 | 42 | 205 | 24 | 71 |
| Binary | 1111101 | 10101000 | 10000110 | 11010 | 0 | 10100 | 100010 | 10000101 | 10100 | 111001 |
Color Harmonies of #7DA886
Complementary color
Monochromatic Colors of #7DA886
Black with #7DA886
Text Example
Text Example
White with #7DA886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA886; }
p { color: rgb(125,168,134); }
H1.HeaderClassName
{
color: #7DA886;
}
.AnyTagClassName
{
color: #7DA886;
}
</style>
background-color css
<style>
a { background-color: #7DA886; }
a { background-color: rgb(125,168,134); }
div.DivClassName
{
background-color: #7DA886;
}
.BgClassName
{
background-color: #7DA886;
}
</style>
border-color css
<style>
span { border-color: #7DA886; }
span { border-color: rgb(125,168,134); }
td.TdClassName
{
border-color: #7DA886;
}
.TagClassName
{
border-color: #7DA886;
}
</style>