Shades of Bay Leaf #6FAF89
Tints of Bay Leaf #6FAF89
RGB
CMYK
RGB Variations
Color information
#6FAF89 (or 0x6FAF89) is known color: Bay Leaf. HEX triplet: 6F, AF and 89. RGB value is (111,175,137). Sum of RGB (Red+Green+Blue) = 111+175+137=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAF89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAF89 is #905076. Grayscale: #979797. Windows color (decimal): -9457783 or 9023343. OLE color: 9023343.
HSL color Cylindrical-coordinate representation of color #6FAF89: hue angle of 144.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 #6FAF89 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 175 | 137 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.31 |
| HSL | 144.38º | 0.29% | 0.56% | - |
| HSV(B) | 144.38º | 0.37% | 0.69% | - |
| XYZ | 26.4 | 35.85 | 29.19 | - |
| YUV | 151.53 | 119.8 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 137 | 0.37 | 0 | 0.22 | 0.31 | 144.38 | 0.29 | 0.56 |
| Hex | 6F | AF | 89 | 25 | 0 | 16 | 1F | 90 | 1D | 38 |
| Octal | 157 | 257 | 211 | 45 | 0 | 26 | 37 | 220 | 35 | 70 |
| Binary | 1101111 | 10101111 | 10001001 | 100101 | 0 | 10110 | 11111 | 10010000 | 11101 | 111000 |
Color Harmonies of #6FAF89
Complementary color
Monochromatic Colors of #6FAF89
Black with #6FAF89
Text Example
Text Example
White with #6FAF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAF89; }
p { color: rgb(111,175,137); }
H1.HeaderClassName
{
color: #6FAF89;
}
.AnyTagClassName
{
color: #6FAF89;
}
</style>
background-color css
<style>
a { background-color: #6FAF89; }
a { background-color: rgb(111,175,137); }
div.DivClassName
{
background-color: #6FAF89;
}
.BgClassName
{
background-color: #6FAF89;
}
</style>
border-color css
<style>
span { border-color: #6FAF89; }
span { border-color: rgb(111,175,137); }
td.TdClassName
{
border-color: #6FAF89;
}
.TagClassName
{
border-color: #6FAF89;
}
</style>