Shades of Bay Leaf #6FA685
Tints of Bay Leaf #6FA685
RGB
CMYK
RGB Variations
Color information
#6FA685 (or 0x6FA685) is known color: Bay Leaf. HEX triplet: 6F, A6 and 85. RGB value is (111,166,133). Sum of RGB (Red+Green+Blue) = 111+166+133=410 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.07% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 166 - color contains mainly: green. Hex color #6FA685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA685 is #90597A. Grayscale: #919191. Windows color (decimal): -9460091 or 8758895. OLE color: 8758895.
HSL color Cylindrical-coordinate representation of color #6FA685: hue angle of 144º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6FA685 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 111 | 166 | 133 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.35 |
| HSL | 144º | 0.24% | 0.54% | - |
| HSV(B) | 144º | 0.33% | 0.65% | - |
| XYZ | 24.43 | 32.35 | 27.15 | - |
| YUV | 145.79 | 120.78 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 166 | 133 | 0.33 | 0 | 0.20 | 0.35 | 144 | 0.24 | 0.54 |
| Hex | 6F | A6 | 85 | 21 | 0 | 14 | 23 | 90 | 18 | 36 |
| Octal | 157 | 246 | 205 | 41 | 0 | 24 | 43 | 220 | 30 | 66 |
| Binary | 1101111 | 10100110 | 10000101 | 100001 | 0 | 10100 | 100011 | 10010000 | 11000 | 110110 |
Color Harmonies of #6FA685
Complementary color
Monochromatic Colors of #6FA685
Black with #6FA685
Text Example
Text Example
White with #6FA685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA685; }
p { color: rgb(111,166,133); }
H1.HeaderClassName
{
color: #6FA685;
}
.AnyTagClassName
{
color: #6FA685;
}
</style>
background-color css
<style>
a { background-color: #6FA685; }
a { background-color: rgb(111,166,133); }
div.DivClassName
{
background-color: #6FA685;
}
.BgClassName
{
background-color: #6FA685;
}
</style>
border-color css
<style>
span { border-color: #6FA685; }
span { border-color: rgb(111,166,133); }
td.TdClassName
{
border-color: #6FA685;
}
.TagClassName
{
border-color: #6FA685;
}
</style>