Shades of Bay Leaf #7FB087
Tints of Bay Leaf #7FB087
RGB
CMYK
RGB Variations
Color information
#7FB087 (or 0x7FB087) is known color: Bay Leaf. HEX triplet: 7F, B0 and 87. RGB value is (127,176,135). Sum of RGB (Red+Green+Blue) = 127+176+135=438 (58% of max value = 765). Red value is 127 (50% from 255 or 29.00% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 135 (53.12% from 255 or 30.82% from 438); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB087 is #804F78. Grayscale: #9C9C9C. Windows color (decimal): -8408953 or 8892543. OLE color: 8892543.
HSL color Cylindrical-coordinate representation of color #7FB087: hue angle of 129.8º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7FB087 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 176 | 135 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.31 |
| HSL | 129.8º | 0.24% | 0.59% | - |
| HSV(B) | 129.8º | 0.28% | 0.69% | - |
| XYZ | 28.65 | 37.31 | 28.61 | - |
| YUV | 156.68 | 115.77 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 176 | 135 | 0.28 | 0 | 0.23 | 0.31 | 129.8 | 0.24 | 0.59 |
| Hex | 7F | B0 | 87 | 1C | 0 | 17 | 1F | 82 | 18 | 3B |
| Octal | 177 | 260 | 207 | 34 | 0 | 27 | 37 | 202 | 30 | 73 |
| Binary | 1111111 | 10110000 | 10000111 | 11100 | 0 | 10111 | 11111 | 10000010 | 11000 | 111011 |
Color Harmonies of #7FB087
Complementary color
Monochromatic Colors of #7FB087
Black with #7FB087
Text Example
Text Example
White with #7FB087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB087; }
p { color: rgb(127,176,135); }
H1.HeaderClassName
{
color: #7FB087;
}
.AnyTagClassName
{
color: #7FB087;
}
</style>
background-color css
<style>
a { background-color: #7FB087; }
a { background-color: rgb(127,176,135); }
div.DivClassName
{
background-color: #7FB087;
}
.BgClassName
{
background-color: #7FB087;
}
</style>
border-color css
<style>
span { border-color: #7FB087; }
span { border-color: rgb(127,176,135); }
td.TdClassName
{
border-color: #7FB087;
}
.TagClassName
{
border-color: #7FB087;
}
</style>