Shades of Bay Leaf #7DB08E
Tints of Bay Leaf #7DB08E
RGB
CMYK
RGB Variations
Color information
#7DB08E (or 0x7DB08E) is known color: Bay Leaf. HEX triplet: 7D, B0 and 8E. RGB value is (125,176,142). Sum of RGB (Red+Green+Blue) = 125+176+142=443 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.22% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB08E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DB08E is #824F71. Grayscale: #9C9C9C. Windows color (decimal): -8540018 or 9351293. OLE color: 9351293.
HSL color Cylindrical-coordinate representation of color #7DB08E: hue angle of 140º 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 #7DB08E is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 176 | 142 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.31 |
| HSL | 140º | 0.24% | 0.59% | - |
| HSV(B) | 140º | 0.29% | 0.69% | - |
| XYZ | 28.87 | 37.36 | 31.28 | - |
| YUV | 156.88 | 119.6 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 176 | 142 | 0.29 | 0 | 0.19 | 0.31 | 140 | 0.24 | 0.59 |
| Hex | 7D | B0 | 8E | 1D | 0 | 13 | 1F | 8C | 18 | 3B |
| Octal | 175 | 260 | 216 | 35 | 0 | 23 | 37 | 214 | 30 | 73 |
| Binary | 1111101 | 10110000 | 10001110 | 11101 | 0 | 10011 | 11111 | 10001100 | 11000 | 111011 |
Color Harmonies of #7DB08E
Complementary color
Monochromatic Colors of #7DB08E
Black with #7DB08E
Text Example
Text Example
White with #7DB08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB08E; }
p { color: rgb(125,176,142); }
H1.HeaderClassName
{
color: #7DB08E;
}
.AnyTagClassName
{
color: #7DB08E;
}
</style>
background-color css
<style>
a { background-color: #7DB08E; }
a { background-color: rgb(125,176,142); }
div.DivClassName
{
background-color: #7DB08E;
}
.BgClassName
{
background-color: #7DB08E;
}
</style>
border-color css
<style>
span { border-color: #7DB08E; }
span { border-color: rgb(125,176,142); }
td.TdClassName
{
border-color: #7DB08E;
}
.TagClassName
{
border-color: #7DB08E;
}
</style>