Shades of Bay Leaf #6DB483
Tints of Bay Leaf #6DB483
RGB
CMYK
RGB Variations
Color information
#6DB483 (or 0x6DB483) is known color: Bay Leaf. HEX triplet: 6D, B4 and 83. RGB value is (109,180,131). Sum of RGB (Red+Green+Blue) = 109+180+131=420 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.95% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB483 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB483 is #924B7C. Grayscale: #999999. Windows color (decimal): -9587581 or 8631405. OLE color: 8631405.
HSL color Cylindrical-coordinate representation of color #6DB483: hue angle of 138.59º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6DB483 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 180 | 131 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.29 |
| HSL | 138.59º | 0.32% | 0.57% | - |
| HSV(B) | 138.59º | 0.39% | 0.71% | - |
| XYZ | 26.72 | 37.53 | 27.31 | - |
| YUV | 153.19 | 115.48 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 180 | 131 | 0.39 | 0 | 0.27 | 0.29 | 138.59 | 0.32 | 0.57 |
| Hex | 6D | B4 | 83 | 27 | 0 | 1B | 1D | 8B | 20 | 39 |
| Octal | 155 | 264 | 203 | 47 | 0 | 33 | 35 | 213 | 40 | 71 |
| Binary | 1101101 | 10110100 | 10000011 | 100111 | 0 | 11011 | 11101 | 10001011 | 100000 | 111001 |
Color Harmonies of #6DB483
Complementary color
Monochromatic Colors of #6DB483
Black with #6DB483
Text Example
Text Example
White with #6DB483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB483; }
p { color: rgb(109,180,131); }
H1.HeaderClassName
{
color: #6DB483;
}
.AnyTagClassName
{
color: #6DB483;
}
</style>
background-color css
<style>
a { background-color: #6DB483; }
a { background-color: rgb(109,180,131); }
div.DivClassName
{
background-color: #6DB483;
}
.BgClassName
{
background-color: #6DB483;
}
</style>
border-color css
<style>
span { border-color: #6DB483; }
span { border-color: rgb(109,180,131); }
td.TdClassName
{
border-color: #6DB483;
}
.TagClassName
{
border-color: #6DB483;
}
</style>