Shades of Bay Leaf #7FC08D
Tints of Bay Leaf #7FC08D
RGB
CMYK
RGB Variations
Color information
#7FC08D (or 0x7FC08D) is known color: Bay Leaf. HEX triplet: 7F, C0 and 8D. RGB value is (127,192,141). Sum of RGB (Red+Green+Blue) = 127+192+141=460 (60% of max value = 765). Red value is 127 (50% from 255 or 27.61% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC08D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC08D is #803F72. Grayscale: #A6A6A6. Windows color (decimal): -8404851 or 9289855. OLE color: 9289855.
HSL color Cylindrical-coordinate representation of color #7FC08D: hue angle of 132.92º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7FC08D is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 141 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.25 |
| HSL | 132.92º | 0.34% | 0.63% | - |
| HSV(B) | 132.92º | 0.34% | 0.75% | - |
| XYZ | 32.41 | 44.13 | 32.01 | - |
| YUV | 166.75 | 113.47 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 141 | 0.34 | 0 | 0.27 | 0.25 | 132.92 | 0.34 | 0.63 |
| Hex | 7F | C0 | 8D | 22 | 0 | 1B | 19 | 85 | 22 | 3F |
| Octal | 177 | 300 | 215 | 42 | 0 | 33 | 31 | 205 | 42 | 77 |
| Binary | 1111111 | 11000000 | 10001101 | 100010 | 0 | 11011 | 11001 | 10000101 | 100010 | 111111 |
Color Harmonies of #7FC08D
Complementary color
Monochromatic Colors of #7FC08D
Black with #7FC08D
Text Example
Text Example
White with #7FC08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC08D; }
p { color: rgb(127,192,141); }
H1.HeaderClassName
{
color: #7FC08D;
}
.AnyTagClassName
{
color: #7FC08D;
}
</style>
background-color css
<style>
a { background-color: #7FC08D; }
a { background-color: rgb(127,192,141); }
div.DivClassName
{
background-color: #7FC08D;
}
.BgClassName
{
background-color: #7FC08D;
}
</style>
border-color css
<style>
span { border-color: #7FC08D; }
span { border-color: rgb(127,192,141); }
td.TdClassName
{
border-color: #7FC08D;
}
.TagClassName
{
border-color: #7FC08D;
}
</style>