Shades of Bay Leaf #6CA785
Tints of Bay Leaf #6CA785
RGB
CMYK
RGB Variations
Color information
#6CA785 (or 0x6CA785) is known color: Bay Leaf. HEX triplet: 6C, A7 and 85. RGB value is (108,167,133). Sum of RGB (Red+Green+Blue) = 108+167+133=408 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.47% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 167 - color contains mainly: green. Hex color #6CA785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA785 is #93587A. Grayscale: #919191. Windows color (decimal): -9656443 or 8759148. OLE color: 8759148.
HSL color Cylindrical-coordinate representation of color #6CA785: hue angle of 145.42º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6CA785 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 108 | 167 | 133 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.35 |
| HSL | 145.42º | 0.25% | 0.54% | - |
| HSV(B) | 145.42º | 0.35% | 0.65% | - |
| XYZ | 24.24 | 32.52 | 27.19 | - |
| YUV | 145.48 | 120.95 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 167 | 133 | 0.35 | 0 | 0.20 | 0.35 | 145.42 | 0.25 | 0.54 |
| Hex | 6C | A7 | 85 | 23 | 0 | 14 | 23 | 91 | 19 | 36 |
| Octal | 154 | 247 | 205 | 43 | 0 | 24 | 43 | 221 | 31 | 66 |
| Binary | 1101100 | 10100111 | 10000101 | 100011 | 0 | 10100 | 100011 | 10010001 | 11001 | 110110 |
Color Harmonies of #6CA785
Complementary color
Monochromatic Colors of #6CA785
Black with #6CA785
Text Example
Text Example
White with #6CA785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA785; }
p { color: rgb(108,167,133); }
H1.HeaderClassName
{
color: #6CA785;
}
.AnyTagClassName
{
color: #6CA785;
}
</style>
background-color css
<style>
a { background-color: #6CA785; }
a { background-color: rgb(108,167,133); }
div.DivClassName
{
background-color: #6CA785;
}
.BgClassName
{
background-color: #6CA785;
}
</style>
border-color css
<style>
span { border-color: #6CA785; }
span { border-color: rgb(108,167,133); }
td.TdClassName
{
border-color: #6CA785;
}
.TagClassName
{
border-color: #6CA785;
}
</style>