Shades of Bay Leaf #7FBC8C
Tints of Bay Leaf #7FBC8C
RGB
CMYK
RGB Variations
Color information
#7FBC8C (or 0x7FBC8C) is known color: Bay Leaf. HEX triplet: 7F, BC and 8C. RGB value is (127,188,140). Sum of RGB (Red+Green+Blue) = 127+188+140=455 (60% of max value = 765). Red value is 127 (50% from 255 or 27.91% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBC8C is #804373. Grayscale: #A4A4A4. Windows color (decimal): -8405876 or 9223295. OLE color: 9223295.
HSL color Cylindrical-coordinate representation of color #7FBC8C: hue angle of 132.79º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBC8C is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 140 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.26 |
| HSL | 132.79º | 0.31% | 0.62% | - |
| HSV(B) | 132.79º | 0.32% | 0.74% | - |
| XYZ | 31.47 | 42.37 | 31.33 | - |
| YUV | 164.29 | 114.29 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 140 | 0.32 | 0 | 0.26 | 0.26 | 132.79 | 0.31 | 0.62 |
| Hex | 7F | BC | 8C | 20 | 0 | 1A | 1A | 85 | 1F | 3E |
| Octal | 177 | 274 | 214 | 40 | 0 | 32 | 32 | 205 | 37 | 76 |
| Binary | 1111111 | 10111100 | 10001100 | 100000 | 0 | 11010 | 11010 | 10000101 | 11111 | 111110 |
Color Harmonies of #7FBC8C
Complementary color
Monochromatic Colors of #7FBC8C
Black with #7FBC8C
Text Example
Text Example
White with #7FBC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC8C; }
p { color: rgb(127,188,140); }
H1.HeaderClassName
{
color: #7FBC8C;
}
.AnyTagClassName
{
color: #7FBC8C;
}
</style>
background-color css
<style>
a { background-color: #7FBC8C; }
a { background-color: rgb(127,188,140); }
div.DivClassName
{
background-color: #7FBC8C;
}
.BgClassName
{
background-color: #7FBC8C;
}
</style>
border-color css
<style>
span { border-color: #7FBC8C; }
span { border-color: rgb(127,188,140); }
td.TdClassName
{
border-color: #7FBC8C;
}
.TagClassName
{
border-color: #7FBC8C;
}
</style>