Shades of Bay Leaf #7DA488
Tints of Bay Leaf #7DA488
RGB
CMYK
RGB Variations
Color information
#7DA488 (or 0x7DA488) is known color: Bay Leaf. HEX triplet: 7D, A4 and 88. RGB value is (125,164,136). Sum of RGB (Red+Green+Blue) = 125+164+136=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 164 - color contains mainly: green. Hex color #7DA488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA488 is #825B77. Grayscale: #959595. Windows color (decimal): -8543096 or 8955005. OLE color: 8955005.
HSL color Cylindrical-coordinate representation of color #7DA488: hue angle of 136.92º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7DA488 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 164 | 136 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.36 |
| HSL | 136.92º | 0.18% | 0.57% | - |
| HSV(B) | 136.92º | 0.24% | 0.64% | - |
| XYZ | 26.18 | 32.69 | 28.22 | - |
| YUV | 149.15 | 120.58 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 164 | 136 | 0.24 | 0 | 0.17 | 0.36 | 136.92 | 0.18 | 0.57 |
| Hex | 7D | A4 | 88 | 18 | 0 | 11 | 24 | 89 | 12 | 39 |
| Octal | 175 | 244 | 210 | 30 | 0 | 21 | 44 | 211 | 22 | 71 |
| Binary | 1111101 | 10100100 | 10001000 | 11000 | 0 | 10001 | 100100 | 10001001 | 10010 | 111001 |
Color Harmonies of #7DA488
Complementary color
Monochromatic Colors of #7DA488
Black with #7DA488
Text Example
Text Example
White with #7DA488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA488; }
p { color: rgb(125,164,136); }
H1.HeaderClassName
{
color: #7DA488;
}
.AnyTagClassName
{
color: #7DA488;
}
</style>
background-color css
<style>
a { background-color: #7DA488; }
a { background-color: rgb(125,164,136); }
div.DivClassName
{
background-color: #7DA488;
}
.BgClassName
{
background-color: #7DA488;
}
</style>
border-color css
<style>
span { border-color: #7DA488; }
span { border-color: rgb(125,164,136); }
td.TdClassName
{
border-color: #7DA488;
}
.TagClassName
{
border-color: #7DA488;
}
</style>