Shades of Bay Leaf #6CAB84
Tints of Bay Leaf #6CAB84
RGB
CMYK
RGB Variations
Color information
#6CAB84 (or 0x6CAB84) is known color: Bay Leaf. HEX triplet: 6C, AB and 84. RGB value is (108,171,132). Sum of RGB (Red+Green+Blue) = 108+171+132=411 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.28% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 171 - color contains mainly: green. Hex color #6CAB84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAB84 is #93547B. Grayscale: #939393. Windows color (decimal): -9655420 or 8694636. OLE color: 8694636.
HSL color Cylindrical-coordinate representation of color #6CAB84: hue angle of 142.86º degrees, saturation: 0.27, 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 #6CAB84 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 171 | 132 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.33 |
| HSL | 142.86º | 0.27% | 0.55% | - |
| HSV(B) | 142.86º | 0.37% | 0.67% | - |
| XYZ | 24.91 | 33.98 | 27.08 | - |
| YUV | 147.72 | 119.13 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 171 | 132 | 0.37 | 0 | 0.23 | 0.33 | 142.86 | 0.27 | 0.55 |
| Hex | 6C | AB | 84 | 25 | 0 | 17 | 21 | 8F | 1B | 37 |
| Octal | 154 | 253 | 204 | 45 | 0 | 27 | 41 | 217 | 33 | 67 |
| Binary | 1101100 | 10101011 | 10000100 | 100101 | 0 | 10111 | 100001 | 10001111 | 11011 | 110111 |
Color Harmonies of #6CAB84
Complementary color
Monochromatic Colors of #6CAB84
Black with #6CAB84
Text Example
Text Example
White with #6CAB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAB84; }
p { color: rgb(108,171,132); }
H1.HeaderClassName
{
color: #6CAB84;
}
.AnyTagClassName
{
color: #6CAB84;
}
</style>
background-color css
<style>
a { background-color: #6CAB84; }
a { background-color: rgb(108,171,132); }
div.DivClassName
{
background-color: #6CAB84;
}
.BgClassName
{
background-color: #6CAB84;
}
</style>
border-color css
<style>
span { border-color: #6CAB84; }
span { border-color: rgb(108,171,132); }
td.TdClassName
{
border-color: #6CAB84;
}
.TagClassName
{
border-color: #6CAB84;
}
</style>