Shades of Bay Leaf #6FB282
Tints of Bay Leaf #6FB282
RGB
CMYK
RGB Variations
Color information
#6FB282 (or 0x6FB282) is known color: Bay Leaf. HEX triplet: 6F, B2 and 82. RGB value is (111,178,130). Sum of RGB (Red+Green+Blue) = 111+178+130=419 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.49% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FB282 is #904D7D. Grayscale: #989898. Windows color (decimal): -9457022 or 8565359. OLE color: 8565359.
HSL color Cylindrical-coordinate representation of color #6FB282: hue angle of 137.01º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB282 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 111 | 178 | 130 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.30 |
| HSL | 137.01º | 0.3% | 0.57% | - |
| HSV(B) | 137.01º | 0.38% | 0.7% | - |
| XYZ | 26.51 | 36.83 | 26.83 | - |
| YUV | 152.5 | 115.3 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 178 | 130 | 0.38 | 0 | 0.27 | 0.30 | 137.01 | 0.3 | 0.57 |
| Hex | 6F | B2 | 82 | 26 | 0 | 1B | 1E | 89 | 1E | 39 |
| Octal | 157 | 262 | 202 | 46 | 0 | 33 | 36 | 211 | 36 | 71 |
| Binary | 1101111 | 10110010 | 10000010 | 100110 | 0 | 11011 | 11110 | 10001001 | 11110 | 111001 |
Color Harmonies of #6FB282
Complementary color
Monochromatic Colors of #6FB282
Black with #6FB282
Text Example
Text Example
White with #6FB282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB282; }
p { color: rgb(111,178,130); }
H1.HeaderClassName
{
color: #6FB282;
}
.AnyTagClassName
{
color: #6FB282;
}
</style>
background-color css
<style>
a { background-color: #6FB282; }
a { background-color: rgb(111,178,130); }
div.DivClassName
{
background-color: #6FB282;
}
.BgClassName
{
background-color: #6FB282;
}
</style>
border-color css
<style>
span { border-color: #6FB282; }
span { border-color: rgb(111,178,130); }
td.TdClassName
{
border-color: #6FB282;
}
.TagClassName
{
border-color: #6FB282;
}
</style>