Shades of Bay Leaf #6DAC89
Tints of Bay Leaf #6DAC89
RGB
CMYK
RGB Variations
Color information
#6DAC89 (or 0x6DAC89) is known color: Bay Leaf. HEX triplet: 6D, AC and 89. RGB value is (109,172,137). Sum of RGB (Red+Green+Blue) = 109+172+137=418 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.08% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 172 - color contains mainly: green. Hex color #6DAC89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAC89 is #925376. Grayscale: #959595. Windows color (decimal): -9589623 or 9022573. OLE color: 9022573.
HSL color Cylindrical-coordinate representation of color #6DAC89: hue angle of 146.67º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6DAC89 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 172 | 137 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.33 |
| HSL | 146.67º | 0.28% | 0.55% | - |
| HSV(B) | 146.67º | 0.37% | 0.67% | - |
| XYZ | 25.57 | 34.56 | 28.99 | - |
| YUV | 149.17 | 121.13 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 172 | 137 | 0.37 | 0 | 0.20 | 0.33 | 146.67 | 0.28 | 0.55 |
| Hex | 6D | AC | 89 | 25 | 0 | 14 | 21 | 93 | 1C | 37 |
| Octal | 155 | 254 | 211 | 45 | 0 | 24 | 41 | 223 | 34 | 67 |
| Binary | 1101101 | 10101100 | 10001001 | 100101 | 0 | 10100 | 100001 | 10010011 | 11100 | 110111 |
Color Harmonies of #6DAC89
Complementary color
Monochromatic Colors of #6DAC89
Black with #6DAC89
Text Example
Text Example
White with #6DAC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAC89; }
p { color: rgb(109,172,137); }
H1.HeaderClassName
{
color: #6DAC89;
}
.AnyTagClassName
{
color: #6DAC89;
}
</style>
background-color css
<style>
a { background-color: #6DAC89; }
a { background-color: rgb(109,172,137); }
div.DivClassName
{
background-color: #6DAC89;
}
.BgClassName
{
background-color: #6DAC89;
}
</style>
border-color css
<style>
span { border-color: #6DAC89; }
span { border-color: rgb(109,172,137); }
td.TdClassName
{
border-color: #6DAC89;
}
.TagClassName
{
border-color: #6DAC89;
}
</style>