Shades of Bay Leaf #6DAD81
Tints of Bay Leaf #6DAD81
RGB
CMYK
RGB Variations
Color information
#6DAD81 (or 0x6DAD81) is known color: Bay Leaf. HEX triplet: 6D, AD and 81. RGB value is (109,173,129). Sum of RGB (Red+Green+Blue) = 109+173+129=411 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.52% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 173 - color contains mainly: green. Hex color #6DAD81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAD81 is #92527E. Grayscale: #949494. Windows color (decimal): -9589375 or 8498541. OLE color: 8498541.
HSL color Cylindrical-coordinate representation of color #6DAD81: hue angle of 138.75º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6DAD81 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 173 | 129 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.32 |
| HSL | 138.75º | 0.28% | 0.55% | - |
| HSV(B) | 138.75º | 0.37% | 0.68% | - |
| XYZ | 25.21 | 34.72 | 26.14 | - |
| YUV | 148.85 | 116.8 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 173 | 129 | 0.37 | 0 | 0.25 | 0.32 | 138.75 | 0.28 | 0.55 |
| Hex | 6D | AD | 81 | 25 | 0 | 19 | 20 | 8B | 1C | 37 |
| Octal | 155 | 255 | 201 | 45 | 0 | 31 | 40 | 213 | 34 | 67 |
| Binary | 1101101 | 10101101 | 10000001 | 100101 | 0 | 11001 | 100000 | 10001011 | 11100 | 110111 |
Color Harmonies of #6DAD81
Complementary color
Monochromatic Colors of #6DAD81
Black with #6DAD81
Text Example
Text Example
White with #6DAD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAD81; }
p { color: rgb(109,173,129); }
H1.HeaderClassName
{
color: #6DAD81;
}
.AnyTagClassName
{
color: #6DAD81;
}
</style>
background-color css
<style>
a { background-color: #6DAD81; }
a { background-color: rgb(109,173,129); }
div.DivClassName
{
background-color: #6DAD81;
}
.BgClassName
{
background-color: #6DAD81;
}
</style>
border-color css
<style>
span { border-color: #6DAD81; }
span { border-color: rgb(109,173,129); }
td.TdClassName
{
border-color: #6DAD81;
}
.TagClassName
{
border-color: #6DAD81;
}
</style>