Shades of Bay Leaf #6DB283
Tints of Bay Leaf #6DB283
RGB
CMYK
RGB Variations
Color information
#6DB283 (or 0x6DB283) is known color: Bay Leaf. HEX triplet: 6D, B2 and 83. RGB value is (109,178,131). Sum of RGB (Red+Green+Blue) = 109+178+131=418 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.08% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 178 - color contains mainly: green. Hex color #6DB283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DB283 is #924D7C. Grayscale: #989898. Windows color (decimal): -9588093 or 8630893. OLE color: 8630893.
HSL color Cylindrical-coordinate representation of color #6DB283: hue angle of 139.13º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6DB283 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 109 | 178 | 131 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.30 |
| HSL | 139.13º | 0.31% | 0.56% | - |
| HSV(B) | 139.13º | 0.39% | 0.7% | - |
| XYZ | 26.32 | 36.73 | 27.18 | - |
| YUV | 152.01 | 116.14 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 178 | 131 | 0.39 | 0 | 0.26 | 0.30 | 139.13 | 0.31 | 0.56 |
| Hex | 6D | B2 | 83 | 27 | 0 | 1A | 1E | 8B | 1F | 38 |
| Octal | 155 | 262 | 203 | 47 | 0 | 32 | 36 | 213 | 37 | 70 |
| Binary | 1101101 | 10110010 | 10000011 | 100111 | 0 | 11010 | 11110 | 10001011 | 11111 | 111000 |
Color Harmonies of #6DB283
Complementary color
Monochromatic Colors of #6DB283
Black with #6DB283
Text Example
Text Example
White with #6DB283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB283; }
p { color: rgb(109,178,131); }
H1.HeaderClassName
{
color: #6DB283;
}
.AnyTagClassName
{
color: #6DB283;
}
</style>
background-color css
<style>
a { background-color: #6DB283; }
a { background-color: rgb(109,178,131); }
div.DivClassName
{
background-color: #6DB283;
}
.BgClassName
{
background-color: #6DB283;
}
</style>
border-color css
<style>
span { border-color: #6DB283; }
span { border-color: rgb(109,178,131); }
td.TdClassName
{
border-color: #6DB283;
}
.TagClassName
{
border-color: #6DB283;
}
</style>