Shades of Bay Leaf #7DBC8A
Tints of Bay Leaf #7DBC8A
RGB
CMYK
RGB Variations
Color information
#7DBC8A (or 0x7DBC8A) is known color: Bay Leaf. HEX triplet: 7D, BC and 8A. RGB value is (125,188,138). Sum of RGB (Red+Green+Blue) = 125+188+138=451 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.72% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBC8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBC8A is #824375. Grayscale: #A3A3A3. Windows color (decimal): -8536950 or 9092221. OLE color: 9092221.
HSL color Cylindrical-coordinate representation of color #7DBC8A: hue angle of 132.38º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DBC8A is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 188 | 138 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.26 |
| HSL | 132.38º | 0.32% | 0.61% | - |
| HSV(B) | 132.38º | 0.34% | 0.74% | - |
| XYZ | 31.03 | 42.16 | 30.55 | - |
| YUV | 163.46 | 113.63 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 138 | 0.34 | 0 | 0.27 | 0.26 | 132.38 | 0.32 | 0.61 |
| Hex | 7D | BC | 8A | 22 | 0 | 1B | 1A | 84 | 20 | 3D |
| Octal | 175 | 274 | 212 | 42 | 0 | 33 | 32 | 204 | 40 | 75 |
| Binary | 1111101 | 10111100 | 10001010 | 100010 | 0 | 11011 | 11010 | 10000100 | 100000 | 111101 |
Color Harmonies of #7DBC8A
Complementary color
Monochromatic Colors of #7DBC8A
Black with #7DBC8A
Text Example
Text Example
White with #7DBC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBC8A; }
p { color: rgb(125,188,138); }
H1.HeaderClassName
{
color: #7DBC8A;
}
.AnyTagClassName
{
color: #7DBC8A;
}
</style>
background-color css
<style>
a { background-color: #7DBC8A; }
a { background-color: rgb(125,188,138); }
div.DivClassName
{
background-color: #7DBC8A;
}
.BgClassName
{
background-color: #7DBC8A;
}
</style>
border-color css
<style>
span { border-color: #7DBC8A; }
span { border-color: rgb(125,188,138); }
td.TdClassName
{
border-color: #7DBC8A;
}
.TagClassName
{
border-color: #7DBC8A;
}
</style>