Shades of Bay Leaf #6DB287
Tints of Bay Leaf #6DB287
RGB
CMYK
RGB Variations
Color information
#6DB287 (or 0x6DB287) is known color: Bay Leaf. HEX triplet: 6D, B2 and 87. RGB value is (109,178,135). Sum of RGB (Red+Green+Blue) = 109+178+135=422 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.83% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 178 - color contains mainly: green. Hex color #6DB287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DB287 is #924D78. Grayscale: #989898. Windows color (decimal): -9588089 or 8893037. OLE color: 8893037.
HSL color Cylindrical-coordinate representation of color #6DB287: hue angle of 142.61º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6DB287 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 109 | 178 | 135 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.30 |
| HSL | 142.61º | 0.31% | 0.56% | - |
| HSV(B) | 142.61º | 0.39% | 0.7% | - |
| XYZ | 26.6 | 36.84 | 28.63 | - |
| YUV | 152.47 | 118.14 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 178 | 135 | 0.39 | 0 | 0.24 | 0.30 | 142.61 | 0.31 | 0.56 |
| Hex | 6D | B2 | 87 | 27 | 0 | 18 | 1E | 8F | 1F | 38 |
| Octal | 155 | 262 | 207 | 47 | 0 | 30 | 36 | 217 | 37 | 70 |
| Binary | 1101101 | 10110010 | 10000111 | 100111 | 0 | 11000 | 11110 | 10001111 | 11111 | 111000 |
Color Harmonies of #6DB287
Complementary color
Monochromatic Colors of #6DB287
Black with #6DB287
Text Example
Text Example
White with #6DB287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB287; }
p { color: rgb(109,178,135); }
H1.HeaderClassName
{
color: #6DB287;
}
.AnyTagClassName
{
color: #6DB287;
}
</style>
background-color css
<style>
a { background-color: #6DB287; }
a { background-color: rgb(109,178,135); }
div.DivClassName
{
background-color: #6DB287;
}
.BgClassName
{
background-color: #6DB287;
}
</style>
border-color css
<style>
span { border-color: #6DB287; }
span { border-color: rgb(109,178,135); }
td.TdClassName
{
border-color: #6DB287;
}
.TagClassName
{
border-color: #6DB287;
}
</style>