Shades of Bay Leaf #7DB68B
Tints of Bay Leaf #7DB68B
RGB
CMYK
RGB Variations
Color information
#7DB68B (or 0x7DB68B) is known color: Bay Leaf. HEX triplet: 7D, B6 and 8B. RGB value is (125,182,139). Sum of RGB (Red+Green+Blue) = 125+182+139=446 (59% of max value = 765). Red value is 125 (49.22% from 255 or 28.03% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 182 - color contains mainly: green. Hex color #7DB68B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB68B is #824974. Grayscale: #A0A0A0. Windows color (decimal): -8538485 or 9156221. OLE color: 9156221.
HSL color Cylindrical-coordinate representation of color #7DB68B: hue angle of 134.74º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7DB68B is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 182 | 139 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.29 |
| HSL | 134.74º | 0.28% | 0.6% | - |
| HSV(B) | 134.74º | 0.31% | 0.71% | - |
| XYZ | 29.85 | 39.68 | 30.51 | - |
| YUV | 160.06 | 116.12 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 182 | 139 | 0.31 | 0 | 0.24 | 0.29 | 134.74 | 0.28 | 0.6 |
| Hex | 7D | B6 | 8B | 1F | 0 | 18 | 1D | 87 | 1C | 3C |
| Octal | 175 | 266 | 213 | 37 | 0 | 30 | 35 | 207 | 34 | 74 |
| Binary | 1111101 | 10110110 | 10001011 | 11111 | 0 | 11000 | 11101 | 10000111 | 11100 | 111100 |
Color Harmonies of #7DB68B
Complementary color
Monochromatic Colors of #7DB68B
Black with #7DB68B
Text Example
Text Example
White with #7DB68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB68B; }
p { color: rgb(125,182,139); }
H1.HeaderClassName
{
color: #7DB68B;
}
.AnyTagClassName
{
color: #7DB68B;
}
</style>
background-color css
<style>
a { background-color: #7DB68B; }
a { background-color: rgb(125,182,139); }
div.DivClassName
{
background-color: #7DB68B;
}
.BgClassName
{
background-color: #7DB68B;
}
</style>
border-color css
<style>
span { border-color: #7DB68B; }
span { border-color: rgb(125,182,139); }
td.TdClassName
{
border-color: #7DB68B;
}
.TagClassName
{
border-color: #7DB68B;
}
</style>