Shades of Bay Leaf #6EAF83
Tints of Bay Leaf #6EAF83
RGB
CMYK
RGB Variations
Color information
#6EAF83 (or 0x6EAF83) is known color: Bay Leaf. HEX triplet: 6E, AF and 83. RGB value is (110,175,131). Sum of RGB (Red+Green+Blue) = 110+175+131=416 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.44% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 175 - color contains mainly: green. Hex color #6EAF83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAF83 is #91507C. Grayscale: #969696. Windows color (decimal): -9523325 or 8630126. OLE color: 8630126.
HSL color Cylindrical-coordinate representation of color #6EAF83: hue angle of 139.38º 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 #6EAF83 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 175 | 131 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.31 |
| HSL | 139.38º | 0.29% | 0.56% | - |
| HSV(B) | 139.38º | 0.37% | 0.69% | - |
| XYZ | 25.86 | 35.61 | 26.98 | - |
| YUV | 150.55 | 116.97 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 175 | 131 | 0.37 | 0 | 0.25 | 0.31 | 139.38 | 0.29 | 0.56 |
| Hex | 6E | AF | 83 | 25 | 0 | 19 | 1F | 8B | 1D | 38 |
| Octal | 156 | 257 | 203 | 45 | 0 | 31 | 37 | 213 | 35 | 70 |
| Binary | 1101110 | 10101111 | 10000011 | 100101 | 0 | 11001 | 11111 | 10001011 | 11101 | 111000 |
Color Harmonies of #6EAF83
Complementary color
Monochromatic Colors of #6EAF83
Black with #6EAF83
Text Example
Text Example
White with #6EAF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAF83; }
p { color: rgb(110,175,131); }
H1.HeaderClassName
{
color: #6EAF83;
}
.AnyTagClassName
{
color: #6EAF83;
}
</style>
background-color css
<style>
a { background-color: #6EAF83; }
a { background-color: rgb(110,175,131); }
div.DivClassName
{
background-color: #6EAF83;
}
.BgClassName
{
background-color: #6EAF83;
}
</style>
border-color css
<style>
span { border-color: #6EAF83; }
span { border-color: rgb(110,175,131); }
td.TdClassName
{
border-color: #6EAF83;
}
.TagClassName
{
border-color: #6EAF83;
}
</style>