Shades of Bay Leaf #6CA986
Tints of Bay Leaf #6CA986
RGB
CMYK
RGB Variations
Color information
#6CA986 (or 0x6CA986) is known color: Bay Leaf. HEX triplet: 6C, A9 and 86. RGB value is (108,169,134). Sum of RGB (Red+Green+Blue) = 108+169+134=411 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.28% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 169 - color contains mainly: green. Hex color #6CA986 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA986 is #935679. Grayscale: #929292. Windows color (decimal): -9655930 or 8825196. OLE color: 8825196.
HSL color Cylindrical-coordinate representation of color #6CA986: hue angle of 145.57º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6CA986 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 108 | 169 | 134 | - |
| CMYK | 0.36 | 0 | 0.21 | 0.34 |
| HSL | 145.57º | 0.26% | 0.54% | - |
| HSV(B) | 145.57º | 0.36% | 0.66% | - |
| XYZ | 24.68 | 33.29 | 27.68 | - |
| YUV | 146.77 | 120.79 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 169 | 134 | 0.36 | 0 | 0.21 | 0.34 | 145.57 | 0.26 | 0.54 |
| Hex | 6C | A9 | 86 | 24 | 0 | 15 | 22 | 92 | 1A | 36 |
| Octal | 154 | 251 | 206 | 44 | 0 | 25 | 42 | 222 | 32 | 66 |
| Binary | 1101100 | 10101001 | 10000110 | 100100 | 0 | 10101 | 100010 | 10010010 | 11010 | 110110 |
Color Harmonies of #6CA986
Complementary color
Monochromatic Colors of #6CA986
Black with #6CA986
Text Example
Text Example
White with #6CA986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA986; }
p { color: rgb(108,169,134); }
H1.HeaderClassName
{
color: #6CA986;
}
.AnyTagClassName
{
color: #6CA986;
}
</style>
background-color css
<style>
a { background-color: #6CA986; }
a { background-color: rgb(108,169,134); }
div.DivClassName
{
background-color: #6CA986;
}
.BgClassName
{
background-color: #6CA986;
}
</style>
border-color css
<style>
span { border-color: #6CA986; }
span { border-color: rgb(108,169,134); }
td.TdClassName
{
border-color: #6CA986;
}
.TagClassName
{
border-color: #6CA986;
}
</style>