Shades of Bay Leaf #7FBD8C
Tints of Bay Leaf #7FBD8C
RGB
CMYK
RGB Variations
Color information
#7FBD8C (or 0x7FBD8C) is known color: Bay Leaf. HEX triplet: 7F, BD and 8C. RGB value is (127,189,140). Sum of RGB (Red+Green+Blue) = 127+189+140=456 (60% of max value = 765). Red value is 127 (50% from 255 or 27.85% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBD8C is #804273. Grayscale: #A5A5A5. Windows color (decimal): -8405620 or 9223551. OLE color: 9223551.
HSL color Cylindrical-coordinate representation of color #7FBD8C: hue angle of 132.58º 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 #7FBD8C is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 189 | 140 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.26 |
| HSL | 132.58º | 0.32% | 0.62% | - |
| HSV(B) | 132.58º | 0.33% | 0.74% | - |
| XYZ | 31.68 | 42.8 | 31.4 | - |
| YUV | 164.88 | 113.96 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 189 | 140 | 0.33 | 0 | 0.26 | 0.26 | 132.58 | 0.32 | 0.62 |
| Hex | 7F | BD | 8C | 21 | 0 | 1A | 1A | 85 | 20 | 3E |
| Octal | 177 | 275 | 214 | 41 | 0 | 32 | 32 | 205 | 40 | 76 |
| Binary | 1111111 | 10111101 | 10001100 | 100001 | 0 | 11010 | 11010 | 10000101 | 100000 | 111110 |
Color Harmonies of #7FBD8C
Complementary color
Monochromatic Colors of #7FBD8C
Black with #7FBD8C
Text Example
Text Example
White with #7FBD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBD8C; }
p { color: rgb(127,189,140); }
H1.HeaderClassName
{
color: #7FBD8C;
}
.AnyTagClassName
{
color: #7FBD8C;
}
</style>
background-color css
<style>
a { background-color: #7FBD8C; }
a { background-color: rgb(127,189,140); }
div.DivClassName
{
background-color: #7FBD8C;
}
.BgClassName
{
background-color: #7FBD8C;
}
</style>
border-color css
<style>
span { border-color: #7FBD8C; }
span { border-color: rgb(127,189,140); }
td.TdClassName
{
border-color: #7FBD8C;
}
.TagClassName
{
border-color: #7FBD8C;
}
</style>