Shades of Bay Leaf #6CB384
Tints of Bay Leaf #6CB384
RGB
CMYK
RGB Variations
Color information
#6CB384 (or 0x6CB384) is known color: Bay Leaf. HEX triplet: 6C, B3 and 84. RGB value is (108,179,132). Sum of RGB (Red+Green+Blue) = 108+179+132=419 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.78% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 179 - color contains mainly: green. Hex color #6CB384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB384 is #934C7B. Grayscale: #989898. Windows color (decimal): -9653372 or 8696684. OLE color: 8696684.
HSL color Cylindrical-coordinate representation of color #6CB384: hue angle of 140.28º 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 #6CB384 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 108 | 179 | 132 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.30 |
| HSL | 140.28º | 0.32% | 0.56% | - |
| HSV(B) | 140.28º | 0.4% | 0.7% | - |
| XYZ | 26.47 | 37.09 | 27.59 | - |
| YUV | 152.41 | 116.48 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 179 | 132 | 0.40 | 0 | 0.26 | 0.30 | 140.28 | 0.32 | 0.56 |
| Hex | 6C | B3 | 84 | 28 | 0 | 1A | 1E | 8C | 20 | 38 |
| Octal | 154 | 263 | 204 | 50 | 0 | 32 | 36 | 214 | 40 | 70 |
| Binary | 1101100 | 10110011 | 10000100 | 101000 | 0 | 11010 | 11110 | 10001100 | 100000 | 111000 |
Color Harmonies of #6CB384
Complementary color
Monochromatic Colors of #6CB384
Black with #6CB384
Text Example
Text Example
White with #6CB384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB384; }
p { color: rgb(108,179,132); }
H1.HeaderClassName
{
color: #6CB384;
}
.AnyTagClassName
{
color: #6CB384;
}
</style>
background-color css
<style>
a { background-color: #6CB384; }
a { background-color: rgb(108,179,132); }
div.DivClassName
{
background-color: #6CB384;
}
.BgClassName
{
background-color: #6CB384;
}
</style>
border-color css
<style>
span { border-color: #6CB384; }
span { border-color: rgb(108,179,132); }
td.TdClassName
{
border-color: #6CB384;
}
.TagClassName
{
border-color: #6CB384;
}
</style>