Shades of Bay Leaf #7FC390
Tints of Bay Leaf #7FC390
RGB
CMYK
RGB Variations
Color information
#7FC390 (or 0x7FC390) is known color: Bay Leaf. HEX triplet: 7F, C3 and 90. RGB value is (127,195,144). Sum of RGB (Red+Green+Blue) = 127+195+144=466 (61% of max value = 765). Red value is 127 (50% from 255 or 27.25% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC390 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC390 is #803C6F. Grayscale: #A8A8A8. Windows color (decimal): -8404080 or 9487231. OLE color: 9487231.
HSL color Cylindrical-coordinate representation of color #7FC390: hue angle of 135º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FC390 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 195 | 144 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.24 |
| HSL | 135º | 0.36% | 0.63% | - |
| HSV(B) | 135º | 0.35% | 0.76% | - |
| XYZ | 33.3 | 45.56 | 33.42 | - |
| YUV | 168.85 | 113.97 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 195 | 144 | 0.35 | 0 | 0.26 | 0.24 | 135 | 0.36 | 0.63 |
| Hex | 7F | C3 | 90 | 23 | 0 | 1A | 18 | 87 | 24 | 3F |
| Octal | 177 | 303 | 220 | 43 | 0 | 32 | 30 | 207 | 44 | 77 |
| Binary | 1111111 | 11000011 | 10010000 | 100011 | 0 | 11010 | 11000 | 10000111 | 100100 | 111111 |
Color Harmonies of #7FC390
Complementary color
Monochromatic Colors of #7FC390
Black with #7FC390
Text Example
Text Example
White with #7FC390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC390; }
p { color: rgb(127,195,144); }
H1.HeaderClassName
{
color: #7FC390;
}
.AnyTagClassName
{
color: #7FC390;
}
</style>
background-color css
<style>
a { background-color: #7FC390; }
a { background-color: rgb(127,195,144); }
div.DivClassName
{
background-color: #7FC390;
}
.BgClassName
{
background-color: #7FC390;
}
</style>
border-color css
<style>
span { border-color: #7FC390; }
span { border-color: rgb(127,195,144); }
td.TdClassName
{
border-color: #7FC390;
}
.TagClassName
{
border-color: #7FC390;
}
</style>