Shades of Bay Leaf #7FA189
Tints of Bay Leaf #7FA189
RGB
CMYK
RGB Variations
Color information
#7FA189 (or 0x7FA189) is known color: Bay Leaf. HEX triplet: 7F, A1 and 89. RGB value is (127,161,137). Sum of RGB (Red+Green+Blue) = 127+161+137=425 (56% of max value = 765). Red value is 127 (50% from 255 or 29.88% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 161 - color contains mainly: green. Hex color #7FA189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA189 is #805E76. Grayscale: #949494. Windows color (decimal): -8412791 or 9019775. OLE color: 9019775.
HSL color Cylindrical-coordinate representation of color #7FA189: hue angle of 137.65º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7FA189 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 127 | 161 | 137 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.37 |
| HSL | 137.65º | 0.15% | 0.56% | - |
| HSV(B) | 137.65º | 0.21% | 0.63% | - |
| XYZ | 26.01 | 31.81 | 28.44 | - |
| YUV | 148.1 | 121.74 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 161 | 137 | 0.21 | 0 | 0.15 | 0.37 | 137.65 | 0.15 | 0.56 |
| Hex | 7F | A1 | 89 | 15 | 0 | F | 25 | 8A | F | 38 |
| Octal | 177 | 241 | 211 | 25 | 0 | 17 | 45 | 212 | 17 | 70 |
| Binary | 1111111 | 10100001 | 10001001 | 10101 | 0 | 1111 | 100101 | 10001010 | 1111 | 111000 |
Color Harmonies of #7FA189
Complementary color
Monochromatic Colors of #7FA189
Black with #7FA189
Text Example
Text Example
White with #7FA189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA189; }
p { color: rgb(127,161,137); }
H1.HeaderClassName
{
color: #7FA189;
}
.AnyTagClassName
{
color: #7FA189;
}
</style>
background-color css
<style>
a { background-color: #7FA189; }
a { background-color: rgb(127,161,137); }
div.DivClassName
{
background-color: #7FA189;
}
.BgClassName
{
background-color: #7FA189;
}
</style>
border-color css
<style>
span { border-color: #7FA189; }
span { border-color: rgb(127,161,137); }
td.TdClassName
{
border-color: #7FA189;
}
.TagClassName
{
border-color: #7FA189;
}
</style>