Shades of Bay Leaf #7DBB91
Tints of Bay Leaf #7DBB91
RGB
CMYK
RGB Variations
Color information
#7DBB91 (or 0x7DBB91) is known color: Bay Leaf. HEX triplet: 7D, BB and 91. RGB value is (125,187,145). Sum of RGB (Red+Green+Blue) = 125+187+145=457 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.35% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 145 (57.03% from 255 or 31.73% from 457); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBB91 is #82446E. Grayscale: #A3A3A3. Windows color (decimal): -8537199 or 9550717. OLE color: 9550717.
HSL color Cylindrical-coordinate representation of color #7DBB91: hue angle of 139.35º 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 #7DBB91 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 187 | 145 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.27 |
| HSL | 139.35º | 0.31% | 0.61% | - |
| HSV(B) | 139.35º | 0.33% | 0.73% | - |
| XYZ | 31.34 | 41.94 | 33.23 | - |
| YUV | 163.67 | 117.46 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 145 | 0.33 | 0 | 0.22 | 0.27 | 139.35 | 0.31 | 0.61 |
| Hex | 7D | BB | 91 | 21 | 0 | 16 | 1B | 8B | 1F | 3D |
| Octal | 175 | 273 | 221 | 41 | 0 | 26 | 33 | 213 | 37 | 75 |
| Binary | 1111101 | 10111011 | 10010001 | 100001 | 0 | 10110 | 11011 | 10001011 | 11111 | 111101 |
Color Harmonies of #7DBB91
Complementary color
Monochromatic Colors of #7DBB91
Black with #7DBB91
Text Example
Text Example
White with #7DBB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBB91; }
p { color: rgb(125,187,145); }
H1.HeaderClassName
{
color: #7DBB91;
}
.AnyTagClassName
{
color: #7DBB91;
}
</style>
background-color css
<style>
a { background-color: #7DBB91; }
a { background-color: rgb(125,187,145); }
div.DivClassName
{
background-color: #7DBB91;
}
.BgClassName
{
background-color: #7DBB91;
}
</style>
border-color css
<style>
span { border-color: #7DBB91; }
span { border-color: rgb(125,187,145); }
td.TdClassName
{
border-color: #7DBB91;
}
.TagClassName
{
border-color: #7DBB91;
}
</style>