Shades of Bay Leaf #7F9E8A
Tints of Bay Leaf #7F9E8A
RGB
CMYK
RGB Variations
Color information
#7F9E8A (or 0x7F9E8A) is known color: Bay Leaf. HEX triplet: 7F, 9E and 8A. RGB value is (127,158,138). Sum of RGB (Red+Green+Blue) = 127+158+138=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 158 - color contains mainly: green. Hex color #7F9E8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9E8A is #806175. Grayscale: #929292. Windows color (decimal): -8413558 or 9084543. OLE color: 9084543.
HSL color Cylindrical-coordinate representation of color #7F9E8A: hue angle of 141.29º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F9E8A is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 158 | 138 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.38 |
| HSL | 141.29º | 0.14% | 0.56% | - |
| HSV(B) | 141.29º | 0.2% | 0.62% | - |
| XYZ | 25.57 | 30.8 | 28.64 | - |
| YUV | 146.45 | 123.23 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 158 | 138 | 0.20 | 0 | 0.13 | 0.38 | 141.29 | 0.14 | 0.56 |
| Hex | 7F | 9E | 8A | 14 | 0 | D | 26 | 8D | E | 38 |
| Octal | 177 | 236 | 212 | 24 | 0 | 15 | 46 | 215 | 16 | 70 |
| Binary | 1111111 | 10011110 | 10001010 | 10100 | 0 | 1101 | 100110 | 10001101 | 1110 | 111000 |
Color Harmonies of #7F9E8A
Complementary color
Monochromatic Colors of #7F9E8A
Black with #7F9E8A
Text Example
Text Example
White with #7F9E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9E8A; }
p { color: rgb(127,158,138); }
H1.HeaderClassName
{
color: #7F9E8A;
}
.AnyTagClassName
{
color: #7F9E8A;
}
</style>
background-color css
<style>
a { background-color: #7F9E8A; }
a { background-color: rgb(127,158,138); }
div.DivClassName
{
background-color: #7F9E8A;
}
.BgClassName
{
background-color: #7F9E8A;
}
</style>
border-color css
<style>
span { border-color: #7F9E8A; }
span { border-color: rgb(127,158,138); }
td.TdClassName
{
border-color: #7F9E8A;
}
.TagClassName
{
border-color: #7F9E8A;
}
</style>