Shades of Bay Leaf #6DB487
Tints of Bay Leaf #6DB487
RGB
CMYK
RGB Variations
Color information
#6DB487 (or 0x6DB487) is known color: Bay Leaf. HEX triplet: 6D, B4 and 87. RGB value is (109,180,135). Sum of RGB (Red+Green+Blue) = 109+180+135=424 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.71% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB487 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB487 is #924B78. Grayscale: #999999. Windows color (decimal): -9587577 or 8893549. OLE color: 8893549.
HSL color Cylindrical-coordinate representation of color #6DB487: hue angle of 141.97º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6DB487 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 180 | 135 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.29 |
| HSL | 141.97º | 0.32% | 0.57% | - |
| HSV(B) | 141.97º | 0.39% | 0.71% | - |
| XYZ | 27 | 37.64 | 28.76 | - |
| YUV | 153.64 | 117.48 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 180 | 135 | 0.39 | 0 | 0.25 | 0.29 | 141.97 | 0.32 | 0.57 |
| Hex | 6D | B4 | 87 | 27 | 0 | 19 | 1D | 8E | 20 | 39 |
| Octal | 155 | 264 | 207 | 47 | 0 | 31 | 35 | 216 | 40 | 71 |
| Binary | 1101101 | 10110100 | 10000111 | 100111 | 0 | 11001 | 11101 | 10001110 | 100000 | 111001 |
Color Harmonies of #6DB487
Complementary color
Monochromatic Colors of #6DB487
Black with #6DB487
Text Example
Text Example
White with #6DB487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB487; }
p { color: rgb(109,180,135); }
H1.HeaderClassName
{
color: #6DB487;
}
.AnyTagClassName
{
color: #6DB487;
}
</style>
background-color css
<style>
a { background-color: #6DB487; }
a { background-color: rgb(109,180,135); }
div.DivClassName
{
background-color: #6DB487;
}
.BgClassName
{
background-color: #6DB487;
}
</style>
border-color css
<style>
span { border-color: #6DB487; }
span { border-color: rgb(109,180,135); }
td.TdClassName
{
border-color: #6DB487;
}
.TagClassName
{
border-color: #6DB487;
}
</style>