Shades of Bay Leaf #7FC090
Tints of Bay Leaf #7FC090
RGB
CMYK
RGB Variations
Color information
#7FC090 (or 0x7FC090) is known color: Bay Leaf. HEX triplet: 7F, C0 and 90. RGB value is (127,192,144). Sum of RGB (Red+Green+Blue) = 127+192+144=463 (61% of max value = 765). Red value is 127 (50% from 255 or 27.43% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC090 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC090 is #803F6F. Grayscale: #A7A7A7. Windows color (decimal): -8404848 or 9486463. OLE color: 9486463.
HSL color Cylindrical-coordinate representation of color #7FC090: hue angle of 135.69º 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 #7FC090 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 144 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.25 |
| HSL | 135.69º | 0.34% | 0.63% | - |
| HSV(B) | 135.69º | 0.34% | 0.75% | - |
| XYZ | 32.64 | 44.22 | 33.2 | - |
| YUV | 167.09 | 114.97 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 144 | 0.34 | 0 | 0.25 | 0.25 | 135.69 | 0.34 | 0.63 |
| Hex | 7F | C0 | 90 | 22 | 0 | 19 | 19 | 88 | 22 | 3F |
| Octal | 177 | 300 | 220 | 42 | 0 | 31 | 31 | 210 | 42 | 77 |
| Binary | 1111111 | 11000000 | 10010000 | 100010 | 0 | 11001 | 11001 | 10001000 | 100010 | 111111 |
Color Harmonies of #7FC090
Complementary color
Monochromatic Colors of #7FC090
Black with #7FC090
Text Example
Text Example
White with #7FC090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC090; }
p { color: rgb(127,192,144); }
H1.HeaderClassName
{
color: #7FC090;
}
.AnyTagClassName
{
color: #7FC090;
}
</style>
background-color css
<style>
a { background-color: #7FC090; }
a { background-color: rgb(127,192,144); }
div.DivClassName
{
background-color: #7FC090;
}
.BgClassName
{
background-color: #7FC090;
}
</style>
border-color css
<style>
span { border-color: #7FC090; }
span { border-color: rgb(127,192,144); }
td.TdClassName
{
border-color: #7FC090;
}
.TagClassName
{
border-color: #7FC090;
}
</style>