Shades of Bay Leaf #7FBD8B
Tints of Bay Leaf #7FBD8B
RGB
CMYK
RGB Variations
Color information
#7FBD8B (or 0x7FBD8B) is known color: Bay Leaf. HEX triplet: 7F, BD and 8B. RGB value is (127,189,139). Sum of RGB (Red+Green+Blue) = 127+189+139=455 (60% of max value = 765). Red value is 127 (50% from 255 or 27.91% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBD8B is #804274. Grayscale: #A4A4A4. Windows color (decimal): -8405621 or 9158015. OLE color: 9158015.
HSL color Cylindrical-coordinate representation of color #7FBD8B: hue angle of 131.61º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FBD8B is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 189 | 139 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.26 |
| HSL | 131.61º | 0.32% | 0.62% | - |
| HSV(B) | 131.61º | 0.33% | 0.74% | - |
| XYZ | 31.61 | 42.77 | 31.02 | - |
| YUV | 164.76 | 113.46 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 189 | 139 | 0.33 | 0 | 0.26 | 0.26 | 131.61 | 0.32 | 0.62 |
| Hex | 7F | BD | 8B | 21 | 0 | 1A | 1A | 84 | 20 | 3E |
| Octal | 177 | 275 | 213 | 41 | 0 | 32 | 32 | 204 | 40 | 76 |
| Binary | 1111111 | 10111101 | 10001011 | 100001 | 0 | 11010 | 11010 | 10000100 | 100000 | 111110 |
Color Harmonies of #7FBD8B
Complementary color
Monochromatic Colors of #7FBD8B
Black with #7FBD8B
Text Example
Text Example
White with #7FBD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBD8B; }
p { color: rgb(127,189,139); }
H1.HeaderClassName
{
color: #7FBD8B;
}
.AnyTagClassName
{
color: #7FBD8B;
}
</style>
background-color css
<style>
a { background-color: #7FBD8B; }
a { background-color: rgb(127,189,139); }
div.DivClassName
{
background-color: #7FBD8B;
}
.BgClassName
{
background-color: #7FBD8B;
}
</style>
border-color css
<style>
span { border-color: #7FBD8B; }
span { border-color: rgb(127,189,139); }
td.TdClassName
{
border-color: #7FBD8B;
}
.TagClassName
{
border-color: #7FBD8B;
}
</style>