Shades of Bay Leaf #6DB785
Tints of Bay Leaf #6DB785
RGB
CMYK
RGB Variations
Color information
#6DB785 (or 0x6DB785) is known color: Bay Leaf. HEX triplet: 6D, B7 and 85. RGB value is (109,183,133). Sum of RGB (Red+Green+Blue) = 109+183+133=425 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.65% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 183 - color contains mainly: green. Hex color #6DB785 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB785 is #92487A. Grayscale: #9B9B9B. Windows color (decimal): -9586811 or 8763245. OLE color: 8763245.
HSL color Cylindrical-coordinate representation of color #6DB785: hue angle of 139.46º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6DB785 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 183 | 133 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.28 |
| HSL | 139.46º | 0.34% | 0.57% | - |
| HSV(B) | 139.46º | 0.4% | 0.72% | - |
| XYZ | 27.47 | 38.81 | 28.23 | - |
| YUV | 155.17 | 115.48 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 183 | 133 | 0.40 | 0 | 0.27 | 0.28 | 139.46 | 0.34 | 0.57 |
| Hex | 6D | B7 | 85 | 28 | 0 | 1B | 1C | 8B | 22 | 39 |
| Octal | 155 | 267 | 205 | 50 | 0 | 33 | 34 | 213 | 42 | 71 |
| Binary | 1101101 | 10110111 | 10000101 | 101000 | 0 | 11011 | 11100 | 10001011 | 100010 | 111001 |
Color Harmonies of #6DB785
Complementary color
Monochromatic Colors of #6DB785
Black with #6DB785
Text Example
Text Example
White with #6DB785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB785; }
p { color: rgb(109,183,133); }
H1.HeaderClassName
{
color: #6DB785;
}
.AnyTagClassName
{
color: #6DB785;
}
</style>
background-color css
<style>
a { background-color: #6DB785; }
a { background-color: rgb(109,183,133); }
div.DivClassName
{
background-color: #6DB785;
}
.BgClassName
{
background-color: #6DB785;
}
</style>
border-color css
<style>
span { border-color: #6DB785; }
span { border-color: rgb(109,183,133); }
td.TdClassName
{
border-color: #6DB785;
}
.TagClassName
{
border-color: #6DB785;
}
</style>