Shades of Bay Leaf #7FB488
Tints of Bay Leaf #7FB488
RGB
CMYK
RGB Variations
Color information
#7FB488 (or 0x7FB488) is known color: Bay Leaf. HEX triplet: 7F, B4 and 88. RGB value is (127,180,136). Sum of RGB (Red+Green+Blue) = 127+180+136=443 (58% of max value = 765). Red value is 127 (50% from 255 or 28.67% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB488 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB488 is #804B77. Grayscale: #9F9F9F. Windows color (decimal): -8407928 or 8959103. OLE color: 8959103.
HSL color Cylindrical-coordinate representation of color #7FB488: hue angle of 130.19º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FB488 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 180 | 136 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.29 |
| HSL | 130.19º | 0.26% | 0.6% | - |
| HSV(B) | 130.19º | 0.29% | 0.71% | - |
| XYZ | 29.52 | 38.93 | 29.25 | - |
| YUV | 159.14 | 114.94 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 180 | 136 | 0.29 | 0 | 0.24 | 0.29 | 130.19 | 0.26 | 0.6 |
| Hex | 7F | B4 | 88 | 1D | 0 | 18 | 1D | 82 | 1A | 3C |
| Octal | 177 | 264 | 210 | 35 | 0 | 30 | 35 | 202 | 32 | 74 |
| Binary | 1111111 | 10110100 | 10001000 | 11101 | 0 | 11000 | 11101 | 10000010 | 11010 | 111100 |
Color Harmonies of #7FB488
Complementary color
Monochromatic Colors of #7FB488
Black with #7FB488
Text Example
Text Example
White with #7FB488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB488; }
p { color: rgb(127,180,136); }
H1.HeaderClassName
{
color: #7FB488;
}
.AnyTagClassName
{
color: #7FB488;
}
</style>
background-color css
<style>
a { background-color: #7FB488; }
a { background-color: rgb(127,180,136); }
div.DivClassName
{
background-color: #7FB488;
}
.BgClassName
{
background-color: #7FB488;
}
</style>
border-color css
<style>
span { border-color: #7FB488; }
span { border-color: rgb(127,180,136); }
td.TdClassName
{
border-color: #7FB488;
}
.TagClassName
{
border-color: #7FB488;
}
</style>