Shades of Bay Leaf #7FBD8E
Tints of Bay Leaf #7FBD8E
RGB
CMYK
RGB Variations
Color information
#7FBD8E (or 0x7FBD8E) is known color: Bay Leaf. HEX triplet: 7F, BD and 8E. RGB value is (127,189,142). Sum of RGB (Red+Green+Blue) = 127+189+142=458 (60% of max value = 765). Red value is 127 (50% from 255 or 27.73% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBD8E is #804271. Grayscale: #A5A5A5. Windows color (decimal): -8405618 or 9354623. OLE color: 9354623.
HSL color Cylindrical-coordinate representation of color #7FBD8E: hue angle of 134.52º 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 #7FBD8E is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 189 | 142 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.26 |
| HSL | 134.52º | 0.32% | 0.62% | - |
| HSV(B) | 134.52º | 0.33% | 0.74% | - |
| XYZ | 31.83 | 42.86 | 32.19 | - |
| YUV | 165.1 | 114.96 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 189 | 142 | 0.33 | 0 | 0.25 | 0.26 | 134.52 | 0.32 | 0.62 |
| Hex | 7F | BD | 8E | 21 | 0 | 19 | 1A | 87 | 20 | 3E |
| Octal | 177 | 275 | 216 | 41 | 0 | 31 | 32 | 207 | 40 | 76 |
| Binary | 1111111 | 10111101 | 10001110 | 100001 | 0 | 11001 | 11010 | 10000111 | 100000 | 111110 |
Color Harmonies of #7FBD8E
Complementary color
Monochromatic Colors of #7FBD8E
Black with #7FBD8E
Text Example
Text Example
White with #7FBD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBD8E; }
p { color: rgb(127,189,142); }
H1.HeaderClassName
{
color: #7FBD8E;
}
.AnyTagClassName
{
color: #7FBD8E;
}
</style>
background-color css
<style>
a { background-color: #7FBD8E; }
a { background-color: rgb(127,189,142); }
div.DivClassName
{
background-color: #7FBD8E;
}
.BgClassName
{
background-color: #7FBD8E;
}
</style>
border-color css
<style>
span { border-color: #7FBD8E; }
span { border-color: rgb(127,189,142); }
td.TdClassName
{
border-color: #7FBD8E;
}
.TagClassName
{
border-color: #7FBD8E;
}
</style>