Shades of Bay Leaf #6FBF83
Tints of Bay Leaf #6FBF83
RGB
CMYK
RGB Variations
Color information
#6FBF83 (or 0x6FBF83) is known color: Bay Leaf. HEX triplet: 6F, BF and 83. RGB value is (111,191,131). Sum of RGB (Red+Green+Blue) = 111+191+131=433 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.64% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 191 - color contains mainly: green. Hex color #6FBF83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBF83 is #90407C. Grayscale: #A0A0A0. Windows color (decimal): -9453693 or 8634223. OLE color: 8634223.
HSL color Cylindrical-coordinate representation of color #6FBF83: hue angle of 135º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FBF83 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 191 | 131 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.25 |
| HSL | 135º | 0.38% | 0.59% | - |
| HSV(B) | 135º | 0.42% | 0.75% | - |
| XYZ | 29.28 | 42.28 | 28.09 | - |
| YUV | 160.24 | 111.5 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 191 | 131 | 0.42 | 0 | 0.31 | 0.25 | 135 | 0.38 | 0.59 |
| Hex | 6F | BF | 83 | 2A | 0 | 1F | 19 | 87 | 26 | 3B |
| Octal | 157 | 277 | 203 | 52 | 0 | 37 | 31 | 207 | 46 | 73 |
| Binary | 1101111 | 10111111 | 10000011 | 101010 | 0 | 11111 | 11001 | 10000111 | 100110 | 111011 |
Color Harmonies of #6FBF83
Complementary color
Monochromatic Colors of #6FBF83
Black with #6FBF83
Text Example
Text Example
White with #6FBF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBF83; }
p { color: rgb(111,191,131); }
H1.HeaderClassName
{
color: #6FBF83;
}
.AnyTagClassName
{
color: #6FBF83;
}
</style>
background-color css
<style>
a { background-color: #6FBF83; }
a { background-color: rgb(111,191,131); }
div.DivClassName
{
background-color: #6FBF83;
}
.BgClassName
{
background-color: #6FBF83;
}
</style>
border-color css
<style>
span { border-color: #6FBF83; }
span { border-color: rgb(111,191,131); }
td.TdClassName
{
border-color: #6FBF83;
}
.TagClassName
{
border-color: #6FBF83;
}
</style>