Shades of Bay Leaf #6FAB89
Tints of Bay Leaf #6FAB89
RGB
CMYK
RGB Variations
Color information
#6FAB89 (or 0x6FAB89) is known color: Bay Leaf. HEX triplet: 6F, AB and 89. RGB value is (111,171,137). Sum of RGB (Red+Green+Blue) = 111+171+137=419 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.49% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 171 - color contains mainly: green. Hex color #6FAB89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAB89 is #905476. Grayscale: #959595. Windows color (decimal): -9458807 or 9022319. OLE color: 9022319.
HSL color Cylindrical-coordinate representation of color #6FAB89: hue angle of 146º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6FAB89 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 171 | 137 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.33 |
| HSL | 146º | 0.26% | 0.55% | - |
| HSV(B) | 146º | 0.35% | 0.67% | - |
| XYZ | 25.63 | 34.31 | 28.94 | - |
| YUV | 149.18 | 121.12 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 171 | 137 | 0.35 | 0 | 0.20 | 0.33 | 146 | 0.26 | 0.55 |
| Hex | 6F | AB | 89 | 23 | 0 | 14 | 21 | 92 | 1A | 37 |
| Octal | 157 | 253 | 211 | 43 | 0 | 24 | 41 | 222 | 32 | 67 |
| Binary | 1101111 | 10101011 | 10001001 | 100011 | 0 | 10100 | 100001 | 10010010 | 11010 | 110111 |
Color Harmonies of #6FAB89
Complementary color
Monochromatic Colors of #6FAB89
Black with #6FAB89
Text Example
Text Example
White with #6FAB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAB89; }
p { color: rgb(111,171,137); }
H1.HeaderClassName
{
color: #6FAB89;
}
.AnyTagClassName
{
color: #6FAB89;
}
</style>
background-color css
<style>
a { background-color: #6FAB89; }
a { background-color: rgb(111,171,137); }
div.DivClassName
{
background-color: #6FAB89;
}
.BgClassName
{
background-color: #6FAB89;
}
</style>
border-color css
<style>
span { border-color: #6FAB89; }
span { border-color: rgb(111,171,137); }
td.TdClassName
{
border-color: #6FAB89;
}
.TagClassName
{
border-color: #6FAB89;
}
</style>