Shades of Bay Leaf #7FB38B
Tints of Bay Leaf #7FB38B
RGB
CMYK
RGB Variations
Color information
#7FB38B (or 0x7FB38B) is known color: Bay Leaf. HEX triplet: 7F, B3 and 8B. RGB value is (127,179,139). Sum of RGB (Red+Green+Blue) = 127+179+139=445 (58% of max value = 765). Red value is 127 (50% from 255 or 28.54% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB38B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB38B is #804C74. Grayscale: #9F9F9F. Windows color (decimal): -8408181 or 9155455. OLE color: 9155455.
HSL color Cylindrical-coordinate representation of color #7FB38B: hue angle of 133.85º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FB38B is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 127 | 179 | 139 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.30 |
| HSL | 133.85º | 0.25% | 0.6% | - |
| HSV(B) | 133.85º | 0.29% | 0.7% | - |
| XYZ | 29.53 | 38.62 | 30.32 | - |
| YUV | 158.89 | 116.77 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 179 | 139 | 0.29 | 0 | 0.22 | 0.30 | 133.85 | 0.25 | 0.6 |
| Hex | 7F | B3 | 8B | 1D | 0 | 16 | 1E | 86 | 19 | 3C |
| Octal | 177 | 263 | 213 | 35 | 0 | 26 | 36 | 206 | 31 | 74 |
| Binary | 1111111 | 10110011 | 10001011 | 11101 | 0 | 10110 | 11110 | 10000110 | 11001 | 111100 |
Color Harmonies of #7FB38B
Complementary color
Monochromatic Colors of #7FB38B
Black with #7FB38B
Text Example
Text Example
White with #7FB38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB38B; }
p { color: rgb(127,179,139); }
H1.HeaderClassName
{
color: #7FB38B;
}
.AnyTagClassName
{
color: #7FB38B;
}
</style>
background-color css
<style>
a { background-color: #7FB38B; }
a { background-color: rgb(127,179,139); }
div.DivClassName
{
background-color: #7FB38B;
}
.BgClassName
{
background-color: #7FB38B;
}
</style>
border-color css
<style>
span { border-color: #7FB38B; }
span { border-color: rgb(127,179,139); }
td.TdClassName
{
border-color: #7FB38B;
}
.TagClassName
{
border-color: #7FB38B;
}
</style>