Shades of Bay Leaf #6DAE84
Tints of Bay Leaf #6DAE84
RGB
CMYK
RGB Variations
Color information
#6DAE84 (or 0x6DAE84) is known color: Bay Leaf. HEX triplet: 6D, AE and 84. RGB value is (109,174,132). Sum of RGB (Red+Green+Blue) = 109+174+132=415 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.27% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 174 - color contains mainly: green. Hex color #6DAE84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAE84 is #92517B. Grayscale: #959595. Windows color (decimal): -9589116 or 8695405. OLE color: 8695405.
HSL color Cylindrical-coordinate representation of color #6DAE84: hue angle of 141.23º degrees, saturation: 0.29, 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 #6DAE84 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 174 | 132 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.32 |
| HSL | 141.23º | 0.29% | 0.55% | - |
| HSV(B) | 141.23º | 0.37% | 0.68% | - |
| XYZ | 25.61 | 35.19 | 27.27 | - |
| YUV | 149.78 | 117.97 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 174 | 132 | 0.37 | 0 | 0.24 | 0.32 | 141.23 | 0.29 | 0.55 |
| Hex | 6D | AE | 84 | 25 | 0 | 18 | 20 | 8D | 1D | 37 |
| Octal | 155 | 256 | 204 | 45 | 0 | 30 | 40 | 215 | 35 | 67 |
| Binary | 1101101 | 10101110 | 10000100 | 100101 | 0 | 11000 | 100000 | 10001101 | 11101 | 110111 |
Color Harmonies of #6DAE84
Complementary color
Monochromatic Colors of #6DAE84
Black with #6DAE84
Text Example
Text Example
White with #6DAE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAE84; }
p { color: rgb(109,174,132); }
H1.HeaderClassName
{
color: #6DAE84;
}
.AnyTagClassName
{
color: #6DAE84;
}
</style>
background-color css
<style>
a { background-color: #6DAE84; }
a { background-color: rgb(109,174,132); }
div.DivClassName
{
background-color: #6DAE84;
}
.BgClassName
{
background-color: #6DAE84;
}
</style>
border-color css
<style>
span { border-color: #6DAE84; }
span { border-color: rgb(109,174,132); }
td.TdClassName
{
border-color: #6DAE84;
}
.TagClassName
{
border-color: #6DAE84;
}
</style>