Shades of Bay Leaf #6CAC85
Tints of Bay Leaf #6CAC85
RGB
CMYK
RGB Variations
Color information
#6CAC85 (or 0x6CAC85) is known color: Bay Leaf. HEX triplet: 6C, AC and 85. RGB value is (108,172,133). Sum of RGB (Red+Green+Blue) = 108+172+133=413 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.15% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 172 - color contains mainly: green. Hex color #6CAC85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAC85 is #93537A. Grayscale: #949494. Windows color (decimal): -9655163 or 8760428. OLE color: 8760428.
HSL color Cylindrical-coordinate representation of color #6CAC85: hue angle of 143.44º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6CAC85 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 172 | 133 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.33 |
| HSL | 143.44º | 0.28% | 0.55% | - |
| HSV(B) | 143.44º | 0.37% | 0.67% | - |
| XYZ | 25.17 | 34.39 | 27.5 | - |
| YUV | 148.42 | 119.3 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 172 | 133 | 0.37 | 0 | 0.23 | 0.33 | 143.44 | 0.28 | 0.55 |
| Hex | 6C | AC | 85 | 25 | 0 | 17 | 21 | 8F | 1C | 37 |
| Octal | 154 | 254 | 205 | 45 | 0 | 27 | 41 | 217 | 34 | 67 |
| Binary | 1101100 | 10101100 | 10000101 | 100101 | 0 | 10111 | 100001 | 10001111 | 11100 | 110111 |
Color Harmonies of #6CAC85
Complementary color
Monochromatic Colors of #6CAC85
Black with #6CAC85
Text Example
Text Example
White with #6CAC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAC85; }
p { color: rgb(108,172,133); }
H1.HeaderClassName
{
color: #6CAC85;
}
.AnyTagClassName
{
color: #6CAC85;
}
</style>
background-color css
<style>
a { background-color: #6CAC85; }
a { background-color: rgb(108,172,133); }
div.DivClassName
{
background-color: #6CAC85;
}
.BgClassName
{
background-color: #6CAC85;
}
</style>
border-color css
<style>
span { border-color: #6CAC85; }
span { border-color: rgb(108,172,133); }
td.TdClassName
{
border-color: #6CAC85;
}
.TagClassName
{
border-color: #6CAC85;
}
</style>