Shades of Bay Leaf #7DB086
Tints of Bay Leaf #7DB086
RGB
CMYK
RGB Variations
Color information
#7DB086 (or 0x7DB086) is known color: Bay Leaf. HEX triplet: 7D, B0 and 86. RGB value is (125,176,134). Sum of RGB (Red+Green+Blue) = 125+176+134=435 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.74% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DB086 is #824F79. Grayscale: #9C9C9C. Windows color (decimal): -8540026 or 8827005. OLE color: 8827005.
HSL color Cylindrical-coordinate representation of color #7DB086: hue angle of 130.59º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7DB086 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 176 | 134 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.31 |
| HSL | 130.59º | 0.24% | 0.59% | - |
| HSV(B) | 130.59º | 0.29% | 0.69% | - |
| XYZ | 28.29 | 37.13 | 28.23 | - |
| YUV | 155.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 176 | 134 | 0.29 | 0 | 0.24 | 0.31 | 130.59 | 0.24 | 0.59 |
| Hex | 7D | B0 | 86 | 1D | 0 | 18 | 1F | 83 | 18 | 3B |
| Octal | 175 | 260 | 206 | 35 | 0 | 30 | 37 | 203 | 30 | 73 |
| Binary | 1111101 | 10110000 | 10000110 | 11101 | 0 | 11000 | 11111 | 10000011 | 11000 | 111011 |
Color Harmonies of #7DB086
Complementary color
Monochromatic Colors of #7DB086
Black with #7DB086
Text Example
Text Example
White with #7DB086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB086; }
p { color: rgb(125,176,134); }
H1.HeaderClassName
{
color: #7DB086;
}
.AnyTagClassName
{
color: #7DB086;
}
</style>
background-color css
<style>
a { background-color: #7DB086; }
a { background-color: rgb(125,176,134); }
div.DivClassName
{
background-color: #7DB086;
}
.BgClassName
{
background-color: #7DB086;
}
</style>
border-color css
<style>
span { border-color: #7DB086; }
span { border-color: rgb(125,176,134); }
td.TdClassName
{
border-color: #7DB086;
}
.TagClassName
{
border-color: #7DB086;
}
</style>