Shades of Bay Leaf #7FB687
Tints of Bay Leaf #7FB687
RGB
CMYK
RGB Variations
Color information
#7FB687 (or 0x7FB687) is known color: Bay Leaf. HEX triplet: 7F, B6 and 87. RGB value is (127,182,135). Sum of RGB (Red+Green+Blue) = 127+182+135=444 (58% of max value = 765). Red value is 127 (50% from 255 or 28.60% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 182 - color contains mainly: green. Hex color #7FB687 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB687 is #804978. Grayscale: #A0A0A0. Windows color (decimal): -8407417 or 8894079. OLE color: 8894079.
HSL color Cylindrical-coordinate representation of color #7FB687: hue angle of 128.73º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FB687 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 182 | 135 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.29 |
| HSL | 128.73º | 0.27% | 0.61% | - |
| HSV(B) | 128.73º | 0.3% | 0.71% | - |
| XYZ | 29.85 | 39.72 | 29.01 | - |
| YUV | 160.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 182 | 135 | 0.30 | 0 | 0.26 | 0.29 | 128.73 | 0.27 | 0.61 |
| Hex | 7F | B6 | 87 | 1E | 0 | 1A | 1D | 81 | 1B | 3D |
| Octal | 177 | 266 | 207 | 36 | 0 | 32 | 35 | 201 | 33 | 75 |
| Binary | 1111111 | 10110110 | 10000111 | 11110 | 0 | 11010 | 11101 | 10000001 | 11011 | 111101 |
Color Harmonies of #7FB687
Complementary color
Monochromatic Colors of #7FB687
Black with #7FB687
Text Example
Text Example
White with #7FB687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB687; }
p { color: rgb(127,182,135); }
H1.HeaderClassName
{
color: #7FB687;
}
.AnyTagClassName
{
color: #7FB687;
}
</style>
background-color css
<style>
a { background-color: #7FB687; }
a { background-color: rgb(127,182,135); }
div.DivClassName
{
background-color: #7FB687;
}
.BgClassName
{
background-color: #7FB687;
}
</style>
border-color css
<style>
span { border-color: #7FB687; }
span { border-color: rgb(127,182,135); }
td.TdClassName
{
border-color: #7FB687;
}
.TagClassName
{
border-color: #7FB687;
}
</style>