Shades of Bay Leaf #7FB18E
Tints of Bay Leaf #7FB18E
RGB
CMYK
RGB Variations
Color information
#7FB18E (or 0x7FB18E) is known color: Bay Leaf. HEX triplet: 7F, B1 and 8E. RGB value is (127,177,142). Sum of RGB (Red+Green+Blue) = 127+177+142=446 (59% of max value = 765). Red value is 127 (50% from 255 or 28.48% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB18E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB18E is #804E71. Grayscale: #9E9E9E. Windows color (decimal): -8408690 or 9351551. OLE color: 9351551.
HSL color Cylindrical-coordinate representation of color #7FB18E: hue angle of 138º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7FB18E is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 177 | 142 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.31 |
| HSL | 138º | 0.24% | 0.6% | - |
| HSV(B) | 138º | 0.28% | 0.69% | - |
| XYZ | 29.36 | 37.91 | 31.36 | - |
| YUV | 158.06 | 118.94 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 177 | 142 | 0.28 | 0 | 0.20 | 0.31 | 138 | 0.24 | 0.6 |
| Hex | 7F | B1 | 8E | 1C | 0 | 14 | 1F | 8A | 18 | 3C |
| Octal | 177 | 261 | 216 | 34 | 0 | 24 | 37 | 212 | 30 | 74 |
| Binary | 1111111 | 10110001 | 10001110 | 11100 | 0 | 10100 | 11111 | 10001010 | 11000 | 111100 |
Color Harmonies of #7FB18E
Complementary color
Monochromatic Colors of #7FB18E
Black with #7FB18E
Text Example
Text Example
White with #7FB18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB18E; }
p { color: rgb(127,177,142); }
H1.HeaderClassName
{
color: #7FB18E;
}
.AnyTagClassName
{
color: #7FB18E;
}
</style>
background-color css
<style>
a { background-color: #7FB18E; }
a { background-color: rgb(127,177,142); }
div.DivClassName
{
background-color: #7FB18E;
}
.BgClassName
{
background-color: #7FB18E;
}
</style>
border-color css
<style>
span { border-color: #7FB18E; }
span { border-color: rgb(127,177,142); }
td.TdClassName
{
border-color: #7FB18E;
}
.TagClassName
{
border-color: #7FB18E;
}
</style>