Shades of Bay Leaf #7DA18B
Tints of Bay Leaf #7DA18B
RGB
CMYK
RGB Variations
Color information
#7DA18B (or 0x7DA18B) is known color: Bay Leaf. HEX triplet: 7D, A1 and 8B. RGB value is (125,161,139). Sum of RGB (Red+Green+Blue) = 125+161+139=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 161 - color contains mainly: green. Hex color #7DA18B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA18B is #825E74. Grayscale: #939393. Windows color (decimal): -8543861 or 9150845. OLE color: 9150845.
HSL color Cylindrical-coordinate representation of color #7DA18B: hue angle of 143.33º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7DA18B is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 125 | 161 | 139 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.37 |
| HSL | 143.33º | 0.16% | 0.56% | - |
| HSV(B) | 143.33º | 0.22% | 0.63% | - |
| XYZ | 25.86 | 31.71 | 29.18 | - |
| YUV | 147.73 | 123.07 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 161 | 139 | 0.22 | 0 | 0.14 | 0.37 | 143.33 | 0.16 | 0.56 |
| Hex | 7D | A1 | 8B | 16 | 0 | E | 25 | 8F | 10 | 38 |
| Octal | 175 | 241 | 213 | 26 | 0 | 16 | 45 | 217 | 20 | 70 |
| Binary | 1111101 | 10100001 | 10001011 | 10110 | 0 | 1110 | 100101 | 10001111 | 10000 | 111000 |
Color Harmonies of #7DA18B
Complementary color
Monochromatic Colors of #7DA18B
Black with #7DA18B
Text Example
Text Example
White with #7DA18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA18B; }
p { color: rgb(125,161,139); }
H1.HeaderClassName
{
color: #7DA18B;
}
.AnyTagClassName
{
color: #7DA18B;
}
</style>
background-color css
<style>
a { background-color: #7DA18B; }
a { background-color: rgb(125,161,139); }
div.DivClassName
{
background-color: #7DA18B;
}
.BgClassName
{
background-color: #7DA18B;
}
</style>
border-color css
<style>
span { border-color: #7DA18B; }
span { border-color: rgb(125,161,139); }
td.TdClassName
{
border-color: #7DA18B;
}
.TagClassName
{
border-color: #7DA18B;
}
</style>