Shades of Bay Leaf #6FB183
Tints of Bay Leaf #6FB183
RGB
CMYK
RGB Variations
Color information
#6FB183 (or 0x6FB183) is known color: Bay Leaf. HEX triplet: 6F, B1 and 83. RGB value is (111,177,131). Sum of RGB (Red+Green+Blue) = 111+177+131=419 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.49% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 177 - color contains mainly: green. Hex color #6FB183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FB183 is #904E7C. Grayscale: #989898. Windows color (decimal): -9457277 or 8630639. OLE color: 8630639.
HSL color Cylindrical-coordinate representation of color #6FB183: hue angle of 138.18º degrees, saturation: 0.3, 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 #6FB183 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 177 | 131 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.31 |
| HSL | 138.18º | 0.3% | 0.56% | - |
| HSV(B) | 138.18º | 0.37% | 0.69% | - |
| XYZ | 26.37 | 36.46 | 27.12 | - |
| YUV | 152.02 | 116.13 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 177 | 131 | 0.37 | 0 | 0.26 | 0.31 | 138.18 | 0.3 | 0.56 |
| Hex | 6F | B1 | 83 | 25 | 0 | 1A | 1F | 8A | 1E | 38 |
| Octal | 157 | 261 | 203 | 45 | 0 | 32 | 37 | 212 | 36 | 70 |
| Binary | 1101111 | 10110001 | 10000011 | 100101 | 0 | 11010 | 11111 | 10001010 | 11110 | 111000 |
Color Harmonies of #6FB183
Complementary color
Monochromatic Colors of #6FB183
Black with #6FB183
Text Example
Text Example
White with #6FB183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB183; }
p { color: rgb(111,177,131); }
H1.HeaderClassName
{
color: #6FB183;
}
.AnyTagClassName
{
color: #6FB183;
}
</style>
background-color css
<style>
a { background-color: #6FB183; }
a { background-color: rgb(111,177,131); }
div.DivClassName
{
background-color: #6FB183;
}
.BgClassName
{
background-color: #6FB183;
}
</style>
border-color css
<style>
span { border-color: #6FB183; }
span { border-color: rgb(111,177,131); }
td.TdClassName
{
border-color: #6FB183;
}
.TagClassName
{
border-color: #6FB183;
}
</style>