Shades of Bay Leaf #6EAF80
Tints of Bay Leaf #6EAF80
RGB
CMYK
RGB Variations
Color information
#6EAF80 (or 0x6EAF80) is known color: Bay Leaf. HEX triplet: 6E, AF and 80. RGB value is (110,175,128). Sum of RGB (Red+Green+Blue) = 110+175+128=413 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.63% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #6EAF80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAF80 is #91507F. Grayscale: #969696. Windows color (decimal): -9523328 or 8433518. OLE color: 8433518.
HSL color Cylindrical-coordinate representation of color #6EAF80: hue angle of 136.62º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6EAF80 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 175 | 128 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.31 |
| HSL | 136.62º | 0.29% | 0.56% | - |
| HSV(B) | 136.62º | 0.37% | 0.69% | - |
| XYZ | 25.66 | 35.53 | 25.93 | - |
| YUV | 150.21 | 115.47 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 175 | 128 | 0.37 | 0 | 0.27 | 0.31 | 136.62 | 0.29 | 0.56 |
| Hex | 6E | AF | 80 | 25 | 0 | 1B | 1F | 89 | 1D | 38 |
| Octal | 156 | 257 | 200 | 45 | 0 | 33 | 37 | 211 | 35 | 70 |
| Binary | 1101110 | 10101111 | 10000000 | 100101 | 0 | 11011 | 11111 | 10001001 | 11101 | 111000 |
Color Harmonies of #6EAF80
Complementary color
Monochromatic Colors of #6EAF80
Black with #6EAF80
Text Example
Text Example
White with #6EAF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAF80; }
p { color: rgb(110,175,128); }
H1.HeaderClassName
{
color: #6EAF80;
}
.AnyTagClassName
{
color: #6EAF80;
}
</style>
background-color css
<style>
a { background-color: #6EAF80; }
a { background-color: rgb(110,175,128); }
div.DivClassName
{
background-color: #6EAF80;
}
.BgClassName
{
background-color: #6EAF80;
}
</style>
border-color css
<style>
span { border-color: #6EAF80; }
span { border-color: rgb(110,175,128); }
td.TdClassName
{
border-color: #6EAF80;
}
.TagClassName
{
border-color: #6EAF80;
}
</style>