Shades of Bay Leaf #7DBA90
Tints of Bay Leaf #7DBA90
RGB
CMYK
RGB Variations
Color information
#7DBA90 (or 0x7DBA90) is known color: Bay Leaf. HEX triplet: 7D, BA and 90. RGB value is (125,186,144). Sum of RGB (Red+Green+Blue) = 125+186+144=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBA90 is #82456F. Grayscale: #A3A3A3. Windows color (decimal): -8537456 or 9484925. OLE color: 9484925.
HSL color Cylindrical-coordinate representation of color #7DBA90: hue angle of 138.69º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7DBA90 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 186 | 144 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.27 |
| HSL | 138.69º | 0.31% | 0.61% | - |
| HSV(B) | 138.69º | 0.33% | 0.73% | - |
| XYZ | 31.05 | 41.49 | 32.76 | - |
| YUV | 162.97 | 117.29 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 144 | 0.33 | 0 | 0.23 | 0.27 | 138.69 | 0.31 | 0.61 |
| Hex | 7D | BA | 90 | 21 | 0 | 17 | 1B | 8B | 1F | 3D |
| Octal | 175 | 272 | 220 | 41 | 0 | 27 | 33 | 213 | 37 | 75 |
| Binary | 1111101 | 10111010 | 10010000 | 100001 | 0 | 10111 | 11011 | 10001011 | 11111 | 111101 |
Color Harmonies of #7DBA90
Complementary color
Monochromatic Colors of #7DBA90
Black with #7DBA90
Text Example
Text Example
White with #7DBA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBA90; }
p { color: rgb(125,186,144); }
H1.HeaderClassName
{
color: #7DBA90;
}
.AnyTagClassName
{
color: #7DBA90;
}
</style>
background-color css
<style>
a { background-color: #7DBA90; }
a { background-color: rgb(125,186,144); }
div.DivClassName
{
background-color: #7DBA90;
}
.BgClassName
{
background-color: #7DBA90;
}
</style>
border-color css
<style>
span { border-color: #7DBA90; }
span { border-color: rgb(125,186,144); }
td.TdClassName
{
border-color: #7DBA90;
}
.TagClassName
{
border-color: #7DBA90;
}
</style>