Shades of Bay Leaf #7DBF91
Tints of Bay Leaf #7DBF91
RGB
CMYK
RGB Variations
Color information
#7DBF91 (or 0x7DBF91) is known color: Bay Leaf. HEX triplet: 7D, BF and 91. RGB value is (125,191,145). Sum of RGB (Red+Green+Blue) = 125+191+145=461 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.11% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 145 (57.03% from 255 or 31.45% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBF91 is #82406E. Grayscale: #A6A6A6. Windows color (decimal): -8536175 or 9551741. OLE color: 9551741.
HSL color Cylindrical-coordinate representation of color #7DBF91: hue angle of 138.18º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DBF91 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 191 | 145 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.25 |
| HSL | 138.18º | 0.34% | 0.62% | - |
| HSV(B) | 138.18º | 0.35% | 0.75% | - |
| XYZ | 32.2 | 43.67 | 33.52 | - |
| YUV | 166.02 | 116.13 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 145 | 0.35 | 0 | 0.24 | 0.25 | 138.18 | 0.34 | 0.62 |
| Hex | 7D | BF | 91 | 23 | 0 | 18 | 19 | 8A | 22 | 3E |
| Octal | 175 | 277 | 221 | 43 | 0 | 30 | 31 | 212 | 42 | 76 |
| Binary | 1111101 | 10111111 | 10010001 | 100011 | 0 | 11000 | 11001 | 10001010 | 100010 | 111110 |
Color Harmonies of #7DBF91
Complementary color
Monochromatic Colors of #7DBF91
Black with #7DBF91
Text Example
Text Example
White with #7DBF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBF91; }
p { color: rgb(125,191,145); }
H1.HeaderClassName
{
color: #7DBF91;
}
.AnyTagClassName
{
color: #7DBF91;
}
</style>
background-color css
<style>
a { background-color: #7DBF91; }
a { background-color: rgb(125,191,145); }
div.DivClassName
{
background-color: #7DBF91;
}
.BgClassName
{
background-color: #7DBF91;
}
</style>
border-color css
<style>
span { border-color: #7DBF91; }
span { border-color: rgb(125,191,145); }
td.TdClassName
{
border-color: #7DBF91;
}
.TagClassName
{
border-color: #7DBF91;
}
</style>