Shades of Bay Leaf #6FB283
Tints of Bay Leaf #6FB283
RGB
CMYK
RGB Variations
Color information
#6FB283 (or 0x6FB283) is known color: Bay Leaf. HEX triplet: 6F, B2 and 83. RGB value is (111,178,131). Sum of RGB (Red+Green+Blue) = 111+178+131=420 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.43% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FB283 is #904D7C. Grayscale: #989898. Windows color (decimal): -9457021 or 8630895. OLE color: 8630895.
HSL color Cylindrical-coordinate representation of color #6FB283: hue angle of 137.91º 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 #6FB283 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 111 | 178 | 131 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.30 |
| HSL | 137.91º | 0.3% | 0.57% | - |
| HSV(B) | 137.91º | 0.38% | 0.7% | - |
| XYZ | 26.57 | 36.86 | 27.19 | - |
| YUV | 152.61 | 115.8 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 178 | 131 | 0.38 | 0 | 0.26 | 0.30 | 137.91 | 0.3 | 0.57 |
| Hex | 6F | B2 | 83 | 26 | 0 | 1A | 1E | 8A | 1E | 39 |
| Octal | 157 | 262 | 203 | 46 | 0 | 32 | 36 | 212 | 36 | 71 |
| Binary | 1101111 | 10110010 | 10000011 | 100110 | 0 | 11010 | 11110 | 10001010 | 11110 | 111001 |
Color Harmonies of #6FB283
Complementary color
Monochromatic Colors of #6FB283
Black with #6FB283
Text Example
Text Example
White with #6FB283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB283; }
p { color: rgb(111,178,131); }
H1.HeaderClassName
{
color: #6FB283;
}
.AnyTagClassName
{
color: #6FB283;
}
</style>
background-color css
<style>
a { background-color: #6FB283; }
a { background-color: rgb(111,178,131); }
div.DivClassName
{
background-color: #6FB283;
}
.BgClassName
{
background-color: #6FB283;
}
</style>
border-color css
<style>
span { border-color: #6FB283; }
span { border-color: rgb(111,178,131); }
td.TdClassName
{
border-color: #6FB283;
}
.TagClassName
{
border-color: #6FB283;
}
</style>