Shades of Bay Leaf #6CAD81
Tints of Bay Leaf #6CAD81
RGB
CMYK
RGB Variations
Color information
#6CAD81 (or 0x6CAD81) is known color: Bay Leaf. HEX triplet: 6C, AD and 81. RGB value is (108,173,129). Sum of RGB (Red+Green+Blue) = 108+173+129=410 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.34% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 173 - color contains mainly: green. Hex color #6CAD81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAD81 is #93527E. Grayscale: #949494. Windows color (decimal): -9654911 or 8498540. OLE color: 8498540.
HSL color Cylindrical-coordinate representation of color #6CAD81: hue angle of 139.38º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CAD81 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 173 | 129 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.32 |
| HSL | 139.38º | 0.28% | 0.55% | - |
| HSV(B) | 139.38º | 0.38% | 0.68% | - |
| XYZ | 25.09 | 34.66 | 26.14 | - |
| YUV | 148.55 | 116.97 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 173 | 129 | 0.38 | 0 | 0.25 | 0.32 | 139.38 | 0.28 | 0.55 |
| Hex | 6C | AD | 81 | 26 | 0 | 19 | 20 | 8B | 1C | 37 |
| Octal | 154 | 255 | 201 | 46 | 0 | 31 | 40 | 213 | 34 | 67 |
| Binary | 1101100 | 10101101 | 10000001 | 100110 | 0 | 11001 | 100000 | 10001011 | 11100 | 110111 |
Color Harmonies of #6CAD81
Complementary color
Monochromatic Colors of #6CAD81
Black with #6CAD81
Text Example
Text Example
White with #6CAD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAD81; }
p { color: rgb(108,173,129); }
H1.HeaderClassName
{
color: #6CAD81;
}
.AnyTagClassName
{
color: #6CAD81;
}
</style>
background-color css
<style>
a { background-color: #6CAD81; }
a { background-color: rgb(108,173,129); }
div.DivClassName
{
background-color: #6CAD81;
}
.BgClassName
{
background-color: #6CAD81;
}
</style>
border-color css
<style>
span { border-color: #6CAD81; }
span { border-color: rgb(108,173,129); }
td.TdClassName
{
border-color: #6CAD81;
}
.TagClassName
{
border-color: #6CAD81;
}
</style>