Shades of Bay Leaf #6DAB85
Tints of Bay Leaf #6DAB85
RGB
CMYK
RGB Variations
Color information
#6DAB85 (or 0x6DAB85) is known color: Bay Leaf. HEX triplet: 6D, AB and 85. RGB value is (109,171,133). Sum of RGB (Red+Green+Blue) = 109+171+133=413 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.39% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 171 - color contains mainly: green. Hex color #6DAB85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAB85 is #92547A. Grayscale: #949494. Windows color (decimal): -9589883 or 8760173. OLE color: 8760173.
HSL color Cylindrical-coordinate representation of color #6DAB85: hue angle of 143.23º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6DAB85 is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 171 | 133 | - |
| CMYK | 0.36 | 0 | 0.22 | 0.33 |
| HSL | 143.23º | 0.27% | 0.55% | - |
| HSV(B) | 143.23º | 0.36% | 0.67% | - |
| XYZ | 25.1 | 34.07 | 27.44 | - |
| YUV | 148.13 | 119.46 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 171 | 133 | 0.36 | 0 | 0.22 | 0.33 | 143.23 | 0.27 | 0.55 |
| Hex | 6D | AB | 85 | 24 | 0 | 16 | 21 | 8F | 1B | 37 |
| Octal | 155 | 253 | 205 | 44 | 0 | 26 | 41 | 217 | 33 | 67 |
| Binary | 1101101 | 10101011 | 10000101 | 100100 | 0 | 10110 | 100001 | 10001111 | 11011 | 110111 |
Color Harmonies of #6DAB85
Complementary color
Monochromatic Colors of #6DAB85
Black with #6DAB85
Text Example
Text Example
White with #6DAB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAB85; }
p { color: rgb(109,171,133); }
H1.HeaderClassName
{
color: #6DAB85;
}
.AnyTagClassName
{
color: #6DAB85;
}
</style>
background-color css
<style>
a { background-color: #6DAB85; }
a { background-color: rgb(109,171,133); }
div.DivClassName
{
background-color: #6DAB85;
}
.BgClassName
{
background-color: #6DAB85;
}
</style>
border-color css
<style>
span { border-color: #6DAB85; }
span { border-color: rgb(109,171,133); }
td.TdClassName
{
border-color: #6DAB85;
}
.TagClassName
{
border-color: #6DAB85;
}
</style>