Shades of Bay Leaf #6DAF80
Tints of Bay Leaf #6DAF80
RGB
CMYK
RGB Variations
Color information
#6DAF80 (or 0x6DAF80) is known color: Bay Leaf. HEX triplet: 6D, AF and 80. RGB value is (109,175,128). Sum of RGB (Red+Green+Blue) = 109+175+128=412 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.46% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAF80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAF80 is #92507F. Grayscale: #969696. Windows color (decimal): -9588864 or 8433517. OLE color: 8433517.
HSL color Cylindrical-coordinate representation of color #6DAF80: hue angle of 137.27º degrees, saturation: 0.29, 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 #6DAF80 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 175 | 128 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.31 |
| HSL | 137.27º | 0.29% | 0.56% | - |
| HSV(B) | 137.27º | 0.38% | 0.69% | - |
| XYZ | 25.53 | 35.47 | 25.92 | - |
| YUV | 149.91 | 115.63 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 175 | 128 | 0.38 | 0 | 0.27 | 0.31 | 137.27 | 0.29 | 0.56 |
| Hex | 6D | AF | 80 | 26 | 0 | 1B | 1F | 89 | 1D | 38 |
| Octal | 155 | 257 | 200 | 46 | 0 | 33 | 37 | 211 | 35 | 70 |
| Binary | 1101101 | 10101111 | 10000000 | 100110 | 0 | 11011 | 11111 | 10001001 | 11101 | 111000 |
Color Harmonies of #6DAF80
Complementary color
Monochromatic Colors of #6DAF80
Black with #6DAF80
Text Example
Text Example
White with #6DAF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAF80; }
p { color: rgb(109,175,128); }
H1.HeaderClassName
{
color: #6DAF80;
}
.AnyTagClassName
{
color: #6DAF80;
}
</style>
background-color css
<style>
a { background-color: #6DAF80; }
a { background-color: rgb(109,175,128); }
div.DivClassName
{
background-color: #6DAF80;
}
.BgClassName
{
background-color: #6DAF80;
}
</style>
border-color css
<style>
span { border-color: #6DAF80; }
span { border-color: rgb(109,175,128); }
td.TdClassName
{
border-color: #6DAF80;
}
.TagClassName
{
border-color: #6DAF80;
}
</style>