Shades of Bay Leaf #7FA48D
Tints of Bay Leaf #7FA48D
RGB
CMYK
RGB Variations
Color information
#7FA48D (or 0x7FA48D) is known color: Bay Leaf. HEX triplet: 7F, A4 and 8D. RGB value is (127,164,141). Sum of RGB (Red+Green+Blue) = 127+164+141=432 (57% of max value = 765). Red value is 127 (50% from 255 or 29.40% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 164 - color contains mainly: green. Hex color #7FA48D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA48D is #805B72. Grayscale: #969696. Windows color (decimal): -8412019 or 9282687. OLE color: 9282687.
HSL color Cylindrical-coordinate representation of color #7FA48D: hue angle of 142.7º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7FA48D is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 164 | 141 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.36 |
| HSL | 142.7º | 0.17% | 0.57% | - |
| HSV(B) | 142.7º | 0.23% | 0.64% | - |
| XYZ | 26.84 | 32.99 | 30.15 | - |
| YUV | 150.32 | 122.74 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 164 | 141 | 0.23 | 0 | 0.14 | 0.36 | 142.7 | 0.17 | 0.57 |
| Hex | 7F | A4 | 8D | 17 | 0 | E | 24 | 8F | 11 | 39 |
| Octal | 177 | 244 | 215 | 27 | 0 | 16 | 44 | 217 | 21 | 71 |
| Binary | 1111111 | 10100100 | 10001101 | 10111 | 0 | 1110 | 100100 | 10001111 | 10001 | 111001 |
Color Harmonies of #7FA48D
Complementary color
Monochromatic Colors of #7FA48D
Black with #7FA48D
Text Example
Text Example
White with #7FA48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA48D; }
p { color: rgb(127,164,141); }
H1.HeaderClassName
{
color: #7FA48D;
}
.AnyTagClassName
{
color: #7FA48D;
}
</style>
background-color css
<style>
a { background-color: #7FA48D; }
a { background-color: rgb(127,164,141); }
div.DivClassName
{
background-color: #7FA48D;
}
.BgClassName
{
background-color: #7FA48D;
}
</style>
border-color css
<style>
span { border-color: #7FA48D; }
span { border-color: rgb(127,164,141); }
td.TdClassName
{
border-color: #7FA48D;
}
.TagClassName
{
border-color: #7FA48D;
}
</style>