Shades of Bay Leaf #7DC191
Tints of Bay Leaf #7DC191
RGB
CMYK
RGB Variations
Color information
#7DC191 (or 0x7DC191) is known color: Bay Leaf. HEX triplet: 7D, C1 and 91. RGB value is (125,193,145). Sum of RGB (Red+Green+Blue) = 125+193+145=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC191 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC191 is #823E6E. Grayscale: #A7A7A7. Windows color (decimal): -8535663 or 9552253. OLE color: 9552253.
HSL color Cylindrical-coordinate representation of color #7DC191: hue angle of 137.65º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DC191 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 193 | 145 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.24 |
| HSL | 137.65º | 0.35% | 0.62% | - |
| HSV(B) | 137.65º | 0.35% | 0.76% | - |
| XYZ | 32.64 | 44.54 | 33.67 | - |
| YUV | 167.2 | 115.47 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 193 | 145 | 0.35 | 0 | 0.25 | 0.24 | 137.65 | 0.35 | 0.62 |
| Hex | 7D | C1 | 91 | 23 | 0 | 19 | 18 | 8A | 23 | 3E |
| Octal | 175 | 301 | 221 | 43 | 0 | 31 | 30 | 212 | 43 | 76 |
| Binary | 1111101 | 11000001 | 10010001 | 100011 | 0 | 11001 | 11000 | 10001010 | 100011 | 111110 |
Color Harmonies of #7DC191
Complementary color
Monochromatic Colors of #7DC191
Black with #7DC191
Text Example
Text Example
White with #7DC191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC191; }
p { color: rgb(125,193,145); }
H1.HeaderClassName
{
color: #7DC191;
}
.AnyTagClassName
{
color: #7DC191;
}
</style>
background-color css
<style>
a { background-color: #7DC191; }
a { background-color: rgb(125,193,145); }
div.DivClassName
{
background-color: #7DC191;
}
.BgClassName
{
background-color: #7DC191;
}
</style>
border-color css
<style>
span { border-color: #7DC191; }
span { border-color: rgb(125,193,145); }
td.TdClassName
{
border-color: #7DC191;
}
.TagClassName
{
border-color: #7DC191;
}
</style>