Shades of Bay Leaf #6FB281
Tints of Bay Leaf #6FB281
RGB
CMYK
RGB Variations
Color information
#6FB281 (or 0x6FB281) is known color: Bay Leaf. HEX triplet: 6F, B2 and 81. RGB value is (111,178,129). Sum of RGB (Red+Green+Blue) = 111+178+129=418 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.56% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FB281 is #904D7E. Grayscale: #989898. Windows color (decimal): -9457023 or 8499823. OLE color: 8499823.
HSL color Cylindrical-coordinate representation of color #6FB281: hue angle of 136.12º 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 #6FB281 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 111 | 178 | 129 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.30 |
| HSL | 136.12º | 0.3% | 0.57% | - |
| HSV(B) | 136.12º | 0.38% | 0.7% | - |
| XYZ | 26.44 | 36.81 | 26.48 | - |
| YUV | 152.38 | 114.8 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 178 | 129 | 0.38 | 0 | 0.28 | 0.30 | 136.12 | 0.3 | 0.57 |
| Hex | 6F | B2 | 81 | 26 | 0 | 1C | 1E | 88 | 1E | 39 |
| Octal | 157 | 262 | 201 | 46 | 0 | 34 | 36 | 210 | 36 | 71 |
| Binary | 1101111 | 10110010 | 10000001 | 100110 | 0 | 11100 | 11110 | 10001000 | 11110 | 111001 |
Color Harmonies of #6FB281
Complementary color
Monochromatic Colors of #6FB281
Black with #6FB281
Text Example
Text Example
White with #6FB281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB281; }
p { color: rgb(111,178,129); }
H1.HeaderClassName
{
color: #6FB281;
}
.AnyTagClassName
{
color: #6FB281;
}
</style>
background-color css
<style>
a { background-color: #6FB281; }
a { background-color: rgb(111,178,129); }
div.DivClassName
{
background-color: #6FB281;
}
.BgClassName
{
background-color: #6FB281;
}
</style>
border-color css
<style>
span { border-color: #6FB281; }
span { border-color: rgb(111,178,129); }
td.TdClassName
{
border-color: #6FB281;
}
.TagClassName
{
border-color: #6FB281;
}
</style>