Shades of Bay Leaf #6FAF83
Tints of Bay Leaf #6FAF83
RGB
CMYK
RGB Variations
Color information
#6FAF83 (or 0x6FAF83) is known color: Bay Leaf. HEX triplet: 6F, AF and 83. RGB value is (111,175,131). Sum of RGB (Red+Green+Blue) = 111+175+131=417 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.62% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAF83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAF83 is #90507C. Grayscale: #969696. Windows color (decimal): -9457789 or 8630127. OLE color: 8630127.
HSL color Cylindrical-coordinate representation of color #6FAF83: hue angle of 138.75º 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 #6FAF83 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 175 | 131 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.31 |
| HSL | 138.75º | 0.29% | 0.56% | - |
| HSV(B) | 138.75º | 0.37% | 0.69% | - |
| XYZ | 25.98 | 35.68 | 26.99 | - |
| YUV | 150.85 | 116.8 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 131 | 0.37 | 0 | 0.25 | 0.31 | 138.75 | 0.29 | 0.56 |
| Hex | 6F | AF | 83 | 25 | 0 | 19 | 1F | 8B | 1D | 38 |
| Octal | 157 | 257 | 203 | 45 | 0 | 31 | 37 | 213 | 35 | 70 |
| Binary | 1101111 | 10101111 | 10000011 | 100101 | 0 | 11001 | 11111 | 10001011 | 11101 | 111000 |
Color Harmonies of #6FAF83
Complementary color
Monochromatic Colors of #6FAF83
Black with #6FAF83
Text Example
Text Example
White with #6FAF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAF83; }
p { color: rgb(111,175,131); }
H1.HeaderClassName
{
color: #6FAF83;
}
.AnyTagClassName
{
color: #6FAF83;
}
</style>
background-color css
<style>
a { background-color: #6FAF83; }
a { background-color: rgb(111,175,131); }
div.DivClassName
{
background-color: #6FAF83;
}
.BgClassName
{
background-color: #6FAF83;
}
</style>
border-color css
<style>
span { border-color: #6FAF83; }
span { border-color: rgb(111,175,131); }
td.TdClassName
{
border-color: #6FAF83;
}
.TagClassName
{
border-color: #6FAF83;
}
</style>