Shades of Bay Leaf #7FC591
Tints of Bay Leaf #7FC591
RGB
CMYK
RGB Variations
Color information
#7FC591 (or 0x7FC591) is known color: Bay Leaf. HEX triplet: 7F, C5 and 91. RGB value is (127,197,145). Sum of RGB (Red+Green+Blue) = 127+197+145=469 (62% of max value = 765). Red value is 127 (50% from 255 or 27.08% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 197 - color contains mainly: green. Hex color #7FC591 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC591 is #803A6E. Grayscale: #AAAAAA. Windows color (decimal): -8403567 or 9553279. OLE color: 9553279.
HSL color Cylindrical-coordinate representation of color #7FC591: hue angle of 135.43º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FC591 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 197 | 145 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.23 |
| HSL | 135.43º | 0.38% | 0.64% | - |
| HSV(B) | 135.43º | 0.36% | 0.77% | - |
| XYZ | 33.83 | 46.49 | 33.98 | - |
| YUV | 170.14 | 113.81 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 197 | 145 | 0.36 | 0 | 0.26 | 0.23 | 135.43 | 0.38 | 0.64 |
| Hex | 7F | C5 | 91 | 24 | 0 | 1A | 17 | 87 | 26 | 40 |
| Octal | 177 | 305 | 221 | 44 | 0 | 32 | 27 | 207 | 46 | 100 |
| Binary | 1111111 | 11000101 | 10010001 | 100100 | 0 | 11010 | 10111 | 10000111 | 100110 | 1000000 |
Color Harmonies of #7FC591
Complementary color
Monochromatic Colors of #7FC591
Black with #7FC591
Text Example
Text Example
White with #7FC591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC591; }
p { color: rgb(127,197,145); }
H1.HeaderClassName
{
color: #7FC591;
}
.AnyTagClassName
{
color: #7FC591;
}
</style>
background-color css
<style>
a { background-color: #7FC591; }
a { background-color: rgb(127,197,145); }
div.DivClassName
{
background-color: #7FC591;
}
.BgClassName
{
background-color: #7FC591;
}
</style>
border-color css
<style>
span { border-color: #7FC591; }
span { border-color: rgb(127,197,145); }
td.TdClassName
{
border-color: #7FC591;
}
.TagClassName
{
border-color: #7FC591;
}
</style>