Shades of Bay Leaf #6DBB83
Tints of Bay Leaf #6DBB83
RGB
CMYK
RGB Variations
Color information
#6DBB83 (or 0x6DBB83) is known color: Bay Leaf. HEX triplet: 6D, BB and 83. RGB value is (109,187,131). Sum of RGB (Red+Green+Blue) = 109+187+131=427 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.53% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 187 - color contains mainly: green. Hex color #6DBB83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBB83 is #92447C. Grayscale: #9D9D9D. Windows color (decimal): -9585789 or 8633197. OLE color: 8633197.
HSL color Cylindrical-coordinate representation of color #6DBB83: hue angle of 136.92º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DBB83 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 187 | 131 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.27 |
| HSL | 136.92º | 0.36% | 0.58% | - |
| HSV(B) | 136.92º | 0.42% | 0.73% | - |
| XYZ | 28.17 | 40.43 | 27.79 | - |
| YUV | 157.29 | 113.16 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 187 | 131 | 0.42 | 0 | 0.30 | 0.27 | 136.92 | 0.36 | 0.58 |
| Hex | 6D | BB | 83 | 2A | 0 | 1E | 1B | 89 | 24 | 3A |
| Octal | 155 | 273 | 203 | 52 | 0 | 36 | 33 | 211 | 44 | 72 |
| Binary | 1101101 | 10111011 | 10000011 | 101010 | 0 | 11110 | 11011 | 10001001 | 100100 | 111010 |
Color Harmonies of #6DBB83
Complementary color
Monochromatic Colors of #6DBB83
Black with #6DBB83
Text Example
Text Example
White with #6DBB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBB83; }
p { color: rgb(109,187,131); }
H1.HeaderClassName
{
color: #6DBB83;
}
.AnyTagClassName
{
color: #6DBB83;
}
</style>
background-color css
<style>
a { background-color: #6DBB83; }
a { background-color: rgb(109,187,131); }
div.DivClassName
{
background-color: #6DBB83;
}
.BgClassName
{
background-color: #6DBB83;
}
</style>
border-color css
<style>
span { border-color: #6DBB83; }
span { border-color: rgb(109,187,131); }
td.TdClassName
{
border-color: #6DBB83;
}
.TagClassName
{
border-color: #6DBB83;
}
</style>