Shades of Bay Leaf #6FB480
Tints of Bay Leaf #6FB480
RGB
CMYK
RGB Variations
Color information
#6FB480 (or 0x6FB480) is known color: Bay Leaf. HEX triplet: 6F, B4 and 80. RGB value is (111,180,128). Sum of RGB (Red+Green+Blue) = 111+180+128=419 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.49% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB480 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB480 is #904B7F. Grayscale: #999999. Windows color (decimal): -9456512 or 8434799. OLE color: 8434799.
HSL color Cylindrical-coordinate representation of color #6FB480: hue angle of 134.78º 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 #6FB480 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 180 | 128 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.29 |
| HSL | 134.78º | 0.32% | 0.57% | - |
| HSV(B) | 134.78º | 0.38% | 0.71% | - |
| XYZ | 26.77 | 37.58 | 26.26 | - |
| YUV | 153.44 | 113.64 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 180 | 128 | 0.38 | 0 | 0.29 | 0.29 | 134.78 | 0.32 | 0.57 |
| Hex | 6F | B4 | 80 | 26 | 0 | 1D | 1D | 87 | 20 | 39 |
| Octal | 157 | 264 | 200 | 46 | 0 | 35 | 35 | 207 | 40 | 71 |
| Binary | 1101111 | 10110100 | 10000000 | 100110 | 0 | 11101 | 11101 | 10000111 | 100000 | 111001 |
Color Harmonies of #6FB480
Complementary color
Monochromatic Colors of #6FB480
Black with #6FB480
Text Example
Text Example
White with #6FB480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB480; }
p { color: rgb(111,180,128); }
H1.HeaderClassName
{
color: #6FB480;
}
.AnyTagClassName
{
color: #6FB480;
}
</style>
background-color css
<style>
a { background-color: #6FB480; }
a { background-color: rgb(111,180,128); }
div.DivClassName
{
background-color: #6FB480;
}
.BgClassName
{
background-color: #6FB480;
}
</style>
border-color css
<style>
span { border-color: #6FB480; }
span { border-color: rgb(111,180,128); }
td.TdClassName
{
border-color: #6FB480;
}
.TagClassName
{
border-color: #6FB480;
}
</style>