Shades of Bay Leaf #6CAC84
Tints of Bay Leaf #6CAC84
RGB
CMYK
RGB Variations
Color information
#6CAC84 (or 0x6CAC84) is known color: Bay Leaf. HEX triplet: 6C, AC and 84. RGB value is (108,172,132). Sum of RGB (Red+Green+Blue) = 108+172+132=412 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.21% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 172 - color contains mainly: green. Hex color #6CAC84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAC84 is #93537B. Grayscale: #949494. Windows color (decimal): -9655164 or 8694892. OLE color: 8694892.
HSL color Cylindrical-coordinate representation of color #6CAC84: hue angle of 142.5º 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 #6CAC84 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 172 | 132 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.33 |
| HSL | 142.5º | 0.28% | 0.55% | - |
| HSV(B) | 142.5º | 0.37% | 0.67% | - |
| XYZ | 25.1 | 34.36 | 27.14 | - |
| YUV | 148.3 | 118.8 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 172 | 132 | 0.37 | 0 | 0.23 | 0.33 | 142.5 | 0.28 | 0.55 |
| Hex | 6C | AC | 84 | 25 | 0 | 17 | 21 | 8E | 1C | 37 |
| Octal | 154 | 254 | 204 | 45 | 0 | 27 | 41 | 216 | 34 | 67 |
| Binary | 1101100 | 10101100 | 10000100 | 100101 | 0 | 10111 | 100001 | 10001110 | 11100 | 110111 |
Color Harmonies of #6CAC84
Complementary color
Monochromatic Colors of #6CAC84
Black with #6CAC84
Text Example
Text Example
White with #6CAC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAC84; }
p { color: rgb(108,172,132); }
H1.HeaderClassName
{
color: #6CAC84;
}
.AnyTagClassName
{
color: #6CAC84;
}
</style>
background-color css
<style>
a { background-color: #6CAC84; }
a { background-color: rgb(108,172,132); }
div.DivClassName
{
background-color: #6CAC84;
}
.BgClassName
{
background-color: #6CAC84;
}
</style>
border-color css
<style>
span { border-color: #6CAC84; }
span { border-color: rgb(108,172,132); }
td.TdClassName
{
border-color: #6CAC84;
}
.TagClassName
{
border-color: #6CAC84;
}
</style>