Shades of Bay Leaf #6DB282
Tints of Bay Leaf #6DB282
RGB
CMYK
RGB Variations
Color information
#6DB282 (or 0x6DB282) is known color: Bay Leaf. HEX triplet: 6D, B2 and 82. RGB value is (109,178,130). Sum of RGB (Red+Green+Blue) = 109+178+130=417 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.14% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 178 - color contains mainly: green. Hex color #6DB282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DB282 is #924D7D. Grayscale: #989898. Windows color (decimal): -9588094 or 8565357. OLE color: 8565357.
HSL color Cylindrical-coordinate representation of color #6DB282: hue angle of 138.26º 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 #6DB282 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 109 | 178 | 130 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.30 |
| HSL | 138.26º | 0.31% | 0.56% | - |
| HSV(B) | 138.26º | 0.39% | 0.7% | - |
| XYZ | 26.26 | 36.7 | 26.82 | - |
| YUV | 151.9 | 115.64 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 178 | 130 | 0.39 | 0 | 0.27 | 0.30 | 138.26 | 0.31 | 0.56 |
| Hex | 6D | B2 | 82 | 27 | 0 | 1B | 1E | 8A | 1F | 38 |
| Octal | 155 | 262 | 202 | 47 | 0 | 33 | 36 | 212 | 37 | 70 |
| Binary | 1101101 | 10110010 | 10000010 | 100111 | 0 | 11011 | 11110 | 10001010 | 11111 | 111000 |
Color Harmonies of #6DB282
Complementary color
Monochromatic Colors of #6DB282
Black with #6DB282
Text Example
Text Example
White with #6DB282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB282; }
p { color: rgb(109,178,130); }
H1.HeaderClassName
{
color: #6DB282;
}
.AnyTagClassName
{
color: #6DB282;
}
</style>
background-color css
<style>
a { background-color: #6DB282; }
a { background-color: rgb(109,178,130); }
div.DivClassName
{
background-color: #6DB282;
}
.BgClassName
{
background-color: #6DB282;
}
</style>
border-color css
<style>
span { border-color: #6DB282; }
span { border-color: rgb(109,178,130); }
td.TdClassName
{
border-color: #6DB282;
}
.TagClassName
{
border-color: #6DB282;
}
</style>