Shades of Bay Leaf #6CB386
Tints of Bay Leaf #6CB386
RGB
CMYK
RGB Variations
Color information
#6CB386 (or 0x6CB386) is known color: Bay Leaf. HEX triplet: 6C, B3 and 86. RGB value is (108,179,134). Sum of RGB (Red+Green+Blue) = 108+179+134=421 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.65% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 179 - color contains mainly: green. Hex color #6CB386 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB386 is #934C79. Grayscale: #989898. Windows color (decimal): -9653370 or 8827756. OLE color: 8827756.
HSL color Cylindrical-coordinate representation of color #6CB386: hue angle of 141.97º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CB386 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 108 | 179 | 134 | - |
| CMYK | 0.40 | 0 | 0.25 | 0.30 |
| HSL | 141.97º | 0.32% | 0.56% | - |
| HSV(B) | 141.97º | 0.4% | 0.7% | - |
| XYZ | 26.61 | 37.15 | 28.32 | - |
| YUV | 152.64 | 117.48 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 179 | 134 | 0.40 | 0 | 0.25 | 0.30 | 141.97 | 0.32 | 0.56 |
| Hex | 6C | B3 | 86 | 28 | 0 | 19 | 1E | 8E | 20 | 38 |
| Octal | 154 | 263 | 206 | 50 | 0 | 31 | 36 | 216 | 40 | 70 |
| Binary | 1101100 | 10110011 | 10000110 | 101000 | 0 | 11001 | 11110 | 10001110 | 100000 | 111000 |
Color Harmonies of #6CB386
Complementary color
Monochromatic Colors of #6CB386
Black with #6CB386
Text Example
Text Example
White with #6CB386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB386; }
p { color: rgb(108,179,134); }
H1.HeaderClassName
{
color: #6CB386;
}
.AnyTagClassName
{
color: #6CB386;
}
</style>
background-color css
<style>
a { background-color: #6CB386; }
a { background-color: rgb(108,179,134); }
div.DivClassName
{
background-color: #6CB386;
}
.BgClassName
{
background-color: #6CB386;
}
</style>
border-color css
<style>
span { border-color: #6CB386; }
span { border-color: rgb(108,179,134); }
td.TdClassName
{
border-color: #6CB386;
}
.TagClassName
{
border-color: #6CB386;
}
</style>