Shades of Bay Leaf #6FB484
Tints of Bay Leaf #6FB484
RGB
CMYK
RGB Variations
Color information
#6FB484 (or 0x6FB484) is known color: Bay Leaf. HEX triplet: 6F, B4 and 84. RGB value is (111,180,132). Sum of RGB (Red+Green+Blue) = 111+180+132=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB484 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB484 is #904B7B. Grayscale: #9A9A9A. Windows color (decimal): -9456508 or 8696943. OLE color: 8696943.
HSL color Cylindrical-coordinate representation of color #6FB484: hue angle of 138.26º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB484 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 180 | 132 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.29 |
| HSL | 138.26º | 0.32% | 0.57% | - |
| HSV(B) | 138.26º | 0.38% | 0.71% | - |
| XYZ | 27.04 | 37.69 | 27.68 | - |
| YUV | 153.9 | 115.64 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 180 | 132 | 0.38 | 0 | 0.27 | 0.29 | 138.26 | 0.32 | 0.57 |
| Hex | 6F | B4 | 84 | 26 | 0 | 1B | 1D | 8A | 20 | 39 |
| Octal | 157 | 264 | 204 | 46 | 0 | 33 | 35 | 212 | 40 | 71 |
| Binary | 1101111 | 10110100 | 10000100 | 100110 | 0 | 11011 | 11101 | 10001010 | 100000 | 111001 |
Color Harmonies of #6FB484
Complementary color
Monochromatic Colors of #6FB484
Black with #6FB484
Text Example
Text Example
White with #6FB484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB484; }
p { color: rgb(111,180,132); }
H1.HeaderClassName
{
color: #6FB484;
}
.AnyTagClassName
{
color: #6FB484;
}
</style>
background-color css
<style>
a { background-color: #6FB484; }
a { background-color: rgb(111,180,132); }
div.DivClassName
{
background-color: #6FB484;
}
.BgClassName
{
background-color: #6FB484;
}
</style>
border-color css
<style>
span { border-color: #6FB484; }
span { border-color: rgb(111,180,132); }
td.TdClassName
{
border-color: #6FB484;
}
.TagClassName
{
border-color: #6FB484;
}
</style>