Shades of Bay Leaf #6DB088
Tints of Bay Leaf #6DB088
RGB
CMYK
RGB Variations
Color information
#6DB088 (or 0x6DB088) is known color: Bay Leaf. HEX triplet: 6D, B0 and 88. RGB value is (109,176,136). Sum of RGB (Red+Green+Blue) = 109+176+136=421 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.89% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 176 - color contains mainly: green. Hex color #6DB088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DB088 is #924F77. Grayscale: #979797. Windows color (decimal): -9588600 or 8958061. OLE color: 8958061.
HSL color Cylindrical-coordinate representation of color #6DB088: hue angle of 144.18º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6DB088 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 176 | 136 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.31 |
| HSL | 144.18º | 0.3% | 0.56% | - |
| HSV(B) | 144.18º | 0.38% | 0.69% | - |
| XYZ | 26.28 | 36.08 | 28.87 | - |
| YUV | 151.41 | 119.3 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 176 | 136 | 0.38 | 0 | 0.23 | 0.31 | 144.18 | 0.3 | 0.56 |
| Hex | 6D | B0 | 88 | 26 | 0 | 17 | 1F | 90 | 1E | 38 |
| Octal | 155 | 260 | 210 | 46 | 0 | 27 | 37 | 220 | 36 | 70 |
| Binary | 1101101 | 10110000 | 10001000 | 100110 | 0 | 10111 | 11111 | 10010000 | 11110 | 111000 |
Color Harmonies of #6DB088
Complementary color
Monochromatic Colors of #6DB088
Black with #6DB088
Text Example
Text Example
White with #6DB088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB088; }
p { color: rgb(109,176,136); }
H1.HeaderClassName
{
color: #6DB088;
}
.AnyTagClassName
{
color: #6DB088;
}
</style>
background-color css
<style>
a { background-color: #6DB088; }
a { background-color: rgb(109,176,136); }
div.DivClassName
{
background-color: #6DB088;
}
.BgClassName
{
background-color: #6DB088;
}
</style>
border-color css
<style>
span { border-color: #6DB088; }
span { border-color: rgb(109,176,136); }
td.TdClassName
{
border-color: #6DB088;
}
.TagClassName
{
border-color: #6DB088;
}
</style>