Shades of Bay Leaf #7DAC89
Tints of Bay Leaf #7DAC89
RGB
CMYK
RGB Variations
Color information
#7DAC89 (or 0x7DAC89) is known color: Bay Leaf. HEX triplet: 7D, AC and 89. RGB value is (125,172,137). Sum of RGB (Red+Green+Blue) = 125+172+137=434 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.80% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAC89 is #825376. Grayscale: #9A9A9A. Windows color (decimal): -8541047 or 9022589. OLE color: 9022589.
HSL color Cylindrical-coordinate representation of color #7DAC89: hue angle of 135.32º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7DAC89 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 172 | 137 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.33 |
| HSL | 135.32º | 0.22% | 0.58% | - |
| HSV(B) | 135.32º | 0.27% | 0.67% | - |
| XYZ | 27.73 | 35.67 | 29.09 | - |
| YUV | 153.96 | 118.43 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 137 | 0.27 | 0 | 0.20 | 0.33 | 135.32 | 0.22 | 0.58 |
| Hex | 7D | AC | 89 | 1B | 0 | 14 | 21 | 87 | 16 | 3A |
| Octal | 175 | 254 | 211 | 33 | 0 | 24 | 41 | 207 | 26 | 72 |
| Binary | 1111101 | 10101100 | 10001001 | 11011 | 0 | 10100 | 100001 | 10000111 | 10110 | 111010 |
Color Harmonies of #7DAC89
Complementary color
Monochromatic Colors of #7DAC89
Black with #7DAC89
Text Example
Text Example
White with #7DAC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAC89; }
p { color: rgb(125,172,137); }
H1.HeaderClassName
{
color: #7DAC89;
}
.AnyTagClassName
{
color: #7DAC89;
}
</style>
background-color css
<style>
a { background-color: #7DAC89; }
a { background-color: rgb(125,172,137); }
div.DivClassName
{
background-color: #7DAC89;
}
.BgClassName
{
background-color: #7DAC89;
}
</style>
border-color css
<style>
span { border-color: #7DAC89; }
span { border-color: rgb(125,172,137); }
td.TdClassName
{
border-color: #7DAC89;
}
.TagClassName
{
border-color: #7DAC89;
}
</style>