Shades of Bay Leaf #6DAE85
Tints of Bay Leaf #6DAE85
RGB
CMYK
RGB Variations
Color information
#6DAE85 (or 0x6DAE85) is known color: Bay Leaf. HEX triplet: 6D, AE and 85. RGB value is (109,174,133). Sum of RGB (Red+Green+Blue) = 109+174+133=416 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.20% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 174 - color contains mainly: green. Hex color #6DAE85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAE85 is #92517A. Grayscale: #959595. Windows color (decimal): -9589115 or 8760941. OLE color: 8760941.
HSL color Cylindrical-coordinate representation of color #6DAE85: hue angle of 142.15º 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 #6DAE85 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 174 | 133 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.32 |
| HSL | 142.15º | 0.29% | 0.55% | - |
| HSV(B) | 142.15º | 0.37% | 0.68% | - |
| XYZ | 25.68 | 35.22 | 27.63 | - |
| YUV | 149.89 | 118.47 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 174 | 133 | 0.37 | 0 | 0.24 | 0.32 | 142.15 | 0.29 | 0.55 |
| Hex | 6D | AE | 85 | 25 | 0 | 18 | 20 | 8E | 1D | 37 |
| Octal | 155 | 256 | 205 | 45 | 0 | 30 | 40 | 216 | 35 | 67 |
| Binary | 1101101 | 10101110 | 10000101 | 100101 | 0 | 11000 | 100000 | 10001110 | 11101 | 110111 |
Color Harmonies of #6DAE85
Complementary color
Monochromatic Colors of #6DAE85
Black with #6DAE85
Text Example
Text Example
White with #6DAE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAE85; }
p { color: rgb(109,174,133); }
H1.HeaderClassName
{
color: #6DAE85;
}
.AnyTagClassName
{
color: #6DAE85;
}
</style>
background-color css
<style>
a { background-color: #6DAE85; }
a { background-color: rgb(109,174,133); }
div.DivClassName
{
background-color: #6DAE85;
}
.BgClassName
{
background-color: #6DAE85;
}
</style>
border-color css
<style>
span { border-color: #6DAE85; }
span { border-color: rgb(109,174,133); }
td.TdClassName
{
border-color: #6DAE85;
}
.TagClassName
{
border-color: #6DAE85;
}
</style>