Shades of Bay Leaf #7DB98B
Tints of Bay Leaf #7DB98B
RGB
CMYK
RGB Variations
Color information
#7DB98B (or 0x7DB98B) is known color: Bay Leaf. HEX triplet: 7D, B9 and 8B. RGB value is (125,185,139). Sum of RGB (Red+Green+Blue) = 125+185+139=449 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.84% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB98B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB98B is #824674. Grayscale: #A1A1A1. Windows color (decimal): -8537717 or 9156989. OLE color: 9156989.
HSL color Cylindrical-coordinate representation of color #7DB98B: hue angle of 134º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7DB98B is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 185 | 139 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.27 |
| HSL | 134º | 0.3% | 0.61% | - |
| HSV(B) | 134º | 0.32% | 0.73% | - |
| XYZ | 30.47 | 40.92 | 30.72 | - |
| YUV | 161.82 | 115.12 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 185 | 139 | 0.32 | 0 | 0.25 | 0.27 | 134 | 0.3 | 0.61 |
| Hex | 7D | B9 | 8B | 20 | 0 | 19 | 1B | 86 | 1E | 3D |
| Octal | 175 | 271 | 213 | 40 | 0 | 31 | 33 | 206 | 36 | 75 |
| Binary | 1111101 | 10111001 | 10001011 | 100000 | 0 | 11001 | 11011 | 10000110 | 11110 | 111101 |
Color Harmonies of #7DB98B
Complementary color
Monochromatic Colors of #7DB98B
Black with #7DB98B
Text Example
Text Example
White with #7DB98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB98B; }
p { color: rgb(125,185,139); }
H1.HeaderClassName
{
color: #7DB98B;
}
.AnyTagClassName
{
color: #7DB98B;
}
</style>
background-color css
<style>
a { background-color: #7DB98B; }
a { background-color: rgb(125,185,139); }
div.DivClassName
{
background-color: #7DB98B;
}
.BgClassName
{
background-color: #7DB98B;
}
</style>
border-color css
<style>
span { border-color: #7DB98B; }
span { border-color: rgb(125,185,139); }
td.TdClassName
{
border-color: #7DB98B;
}
.TagClassName
{
border-color: #7DB98B;
}
</style>