Shades of Bay Leaf #7DB787
Tints of Bay Leaf #7DB787
RGB
CMYK
RGB Variations
Color information
#7DB787 (or 0x7DB787) is known color: Bay Leaf. HEX triplet: 7D, B7 and 87. RGB value is (125,183,135). Sum of RGB (Red+Green+Blue) = 125+183+135=443 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.22% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB787 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB787 is #824878. Grayscale: #A0A0A0. Windows color (decimal): -8538233 or 8894333. OLE color: 8894333.
HSL color Cylindrical-coordinate representation of color #7DB787: hue angle of 130.34º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7DB787 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 183 | 135 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.28 |
| HSL | 130.34º | 0.29% | 0.6% | - |
| HSV(B) | 130.34º | 0.32% | 0.72% | - |
| XYZ | 29.76 | 39.98 | 29.07 | - |
| YUV | 160.19 | 113.78 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 135 | 0.32 | 0 | 0.26 | 0.28 | 130.34 | 0.29 | 0.6 |
| Hex | 7D | B7 | 87 | 20 | 0 | 1A | 1C | 82 | 1D | 3C |
| Octal | 175 | 267 | 207 | 40 | 0 | 32 | 34 | 202 | 35 | 74 |
| Binary | 1111101 | 10110111 | 10000111 | 100000 | 0 | 11010 | 11100 | 10000010 | 11101 | 111100 |
Color Harmonies of #7DB787
Complementary color
Monochromatic Colors of #7DB787
Black with #7DB787
Text Example
Text Example
White with #7DB787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB787; }
p { color: rgb(125,183,135); }
H1.HeaderClassName
{
color: #7DB787;
}
.AnyTagClassName
{
color: #7DB787;
}
</style>
background-color css
<style>
a { background-color: #7DB787; }
a { background-color: rgb(125,183,135); }
div.DivClassName
{
background-color: #7DB787;
}
.BgClassName
{
background-color: #7DB787;
}
</style>
border-color css
<style>
span { border-color: #7DB787; }
span { border-color: rgb(125,183,135); }
td.TdClassName
{
border-color: #7DB787;
}
.TagClassName
{
border-color: #7DB787;
}
</style>