Shades of Bay Leaf #7FB890
Tints of Bay Leaf #7FB890
RGB
CMYK
RGB Variations
Color information
#7FB890 (or 0x7FB890) is known color: Bay Leaf. HEX triplet: 7F, B8 and 90. RGB value is (127,184,144). Sum of RGB (Red+Green+Blue) = 127+184+144=455 (60% of max value = 765). Red value is 127 (50% from 255 or 27.91% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 184 - color contains mainly: green. Hex color #7FB890 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB890 is #80476F. Grayscale: #A2A2A2. Windows color (decimal): -8406896 or 9484415. OLE color: 9484415.
HSL color Cylindrical-coordinate representation of color #7FB890: hue angle of 137.89º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FB890 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 127 | 184 | 144 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.28 |
| HSL | 137.89º | 0.29% | 0.61% | - |
| HSV(B) | 137.89º | 0.31% | 0.72% | - |
| XYZ | 30.93 | 40.81 | 32.63 | - |
| YUV | 162.4 | 117.62 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 184 | 144 | 0.31 | 0 | 0.22 | 0.28 | 137.89 | 0.29 | 0.61 |
| Hex | 7F | B8 | 90 | 1F | 0 | 16 | 1C | 8A | 1D | 3D |
| Octal | 177 | 270 | 220 | 37 | 0 | 26 | 34 | 212 | 35 | 75 |
| Binary | 1111111 | 10111000 | 10010000 | 11111 | 0 | 10110 | 11100 | 10001010 | 11101 | 111101 |
Color Harmonies of #7FB890
Complementary color
Monochromatic Colors of #7FB890
Black with #7FB890
Text Example
Text Example
White with #7FB890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB890; }
p { color: rgb(127,184,144); }
H1.HeaderClassName
{
color: #7FB890;
}
.AnyTagClassName
{
color: #7FB890;
}
</style>
background-color css
<style>
a { background-color: #7FB890; }
a { background-color: rgb(127,184,144); }
div.DivClassName
{
background-color: #7FB890;
}
.BgClassName
{
background-color: #7FB890;
}
</style>
border-color css
<style>
span { border-color: #7FB890; }
span { border-color: rgb(127,184,144); }
td.TdClassName
{
border-color: #7FB890;
}
.TagClassName
{
border-color: #7FB890;
}
</style>