Shades of Bay Leaf #6DBE81
Tints of Bay Leaf #6DBE81
RGB
CMYK
RGB Variations
Color information
#6DBE81 (or 0x6DBE81) is known color: Bay Leaf. HEX triplet: 6D, BE and 81. RGB value is (109,190,129). Sum of RGB (Red+Green+Blue) = 109+190+129=428 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.47% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 190 - color contains mainly: green. Hex color #6DBE81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBE81 is #92417E. Grayscale: #9E9E9E. Windows color (decimal): -9585023 or 8502893. OLE color: 8502893.
HSL color Cylindrical-coordinate representation of color #6DBE81: hue angle of 134.81º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DBE81 is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 190 | 129 | - |
| CMYK | 0.43 | 0 | 0.32 | 0.25 |
| HSL | 134.81º | 0.38% | 0.59% | - |
| HSV(B) | 134.81º | 0.43% | 0.75% | - |
| XYZ | 28.68 | 41.66 | 27.3 | - |
| YUV | 158.83 | 111.16 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 190 | 129 | 0.43 | 0 | 0.32 | 0.25 | 134.81 | 0.38 | 0.59 |
| Hex | 6D | BE | 81 | 2B | 0 | 20 | 19 | 87 | 26 | 3B |
| Octal | 155 | 276 | 201 | 53 | 0 | 40 | 31 | 207 | 46 | 73 |
| Binary | 1101101 | 10111110 | 10000001 | 101011 | 0 | 100000 | 11001 | 10000111 | 100110 | 111011 |
Color Harmonies of #6DBE81
Complementary color
Monochromatic Colors of #6DBE81
Black with #6DBE81
Text Example
Text Example
White with #6DBE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBE81; }
p { color: rgb(109,190,129); }
H1.HeaderClassName
{
color: #6DBE81;
}
.AnyTagClassName
{
color: #6DBE81;
}
</style>
background-color css
<style>
a { background-color: #6DBE81; }
a { background-color: rgb(109,190,129); }
div.DivClassName
{
background-color: #6DBE81;
}
.BgClassName
{
background-color: #6DBE81;
}
</style>
border-color css
<style>
span { border-color: #6DBE81; }
span { border-color: rgb(109,190,129); }
td.TdClassName
{
border-color: #6DBE81;
}
.TagClassName
{
border-color: #6DBE81;
}
</style>