Shades of Bay Leaf #7FA08D
Tints of Bay Leaf #7FA08D
RGB
CMYK
RGB Variations
Color information
#7FA08D (or 0x7FA08D) is known color: Bay Leaf. HEX triplet: 7F, A0 and 8D. RGB value is (127,160,141). Sum of RGB (Red+Green+Blue) = 127+160+141=428 (56% of max value = 765). Red value is 127 (50% from 255 or 29.67% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 160 - color contains mainly: green. Hex color #7FA08D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA08D is #805F72. Grayscale: #949494. Windows color (decimal): -8413043 or 9281663. OLE color: 9281663.
HSL color Cylindrical-coordinate representation of color #7FA08D: hue angle of 145.45º 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 #7FA08D is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 127 | 160 | 141 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.37 |
| HSL | 145.45º | 0.15% | 0.56% | - |
| HSV(B) | 145.45º | 0.21% | 0.63% | - |
| XYZ | 26.13 | 31.58 | 29.92 | - |
| YUV | 147.97 | 124.07 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 160 | 141 | 0.21 | 0 | 0.12 | 0.37 | 145.45 | 0.15 | 0.56 |
| Hex | 7F | A0 | 8D | 15 | 0 | C | 25 | 91 | F | 38 |
| Octal | 177 | 240 | 215 | 25 | 0 | 14 | 45 | 221 | 17 | 70 |
| Binary | 1111111 | 10100000 | 10001101 | 10101 | 0 | 1100 | 100101 | 10010001 | 1111 | 111000 |
Color Harmonies of #7FA08D
Complementary color
Monochromatic Colors of #7FA08D
Black with #7FA08D
Text Example
Text Example
White with #7FA08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA08D; }
p { color: rgb(127,160,141); }
H1.HeaderClassName
{
color: #7FA08D;
}
.AnyTagClassName
{
color: #7FA08D;
}
</style>
background-color css
<style>
a { background-color: #7FA08D; }
a { background-color: rgb(127,160,141); }
div.DivClassName
{
background-color: #7FA08D;
}
.BgClassName
{
background-color: #7FA08D;
}
</style>
border-color css
<style>
span { border-color: #7FA08D; }
span { border-color: rgb(127,160,141); }
td.TdClassName
{
border-color: #7FA08D;
}
.TagClassName
{
border-color: #7FA08D;
}
</style>