Shades of Bay Leaf #7FB790
Tints of Bay Leaf #7FB790
RGB
CMYK
RGB Variations
Color information
#7FB790 (or 0x7FB790) is known color: Bay Leaf. HEX triplet: 7F, B7 and 90. RGB value is (127,183,144). Sum of RGB (Red+Green+Blue) = 127+183+144=454 (60% of max value = 765). Red value is 127 (50% from 255 or 27.97% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB790 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB790 is #80486F. Grayscale: #A1A1A1. Windows color (decimal): -8407152 or 9484159. OLE color: 9484159.
HSL color Cylindrical-coordinate representation of color #7FB790: hue angle of 138.21º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FB790 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 127 | 183 | 144 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.28 |
| HSL | 138.21º | 0.28% | 0.61% | - |
| HSV(B) | 138.21º | 0.31% | 0.72% | - |
| XYZ | 30.72 | 40.39 | 32.56 | - |
| YUV | 161.81 | 117.95 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 183 | 144 | 0.31 | 0 | 0.21 | 0.28 | 138.21 | 0.28 | 0.61 |
| Hex | 7F | B7 | 90 | 1F | 0 | 15 | 1C | 8A | 1C | 3D |
| Octal | 177 | 267 | 220 | 37 | 0 | 25 | 34 | 212 | 34 | 75 |
| Binary | 1111111 | 10110111 | 10010000 | 11111 | 0 | 10101 | 11100 | 10001010 | 11100 | 111101 |
Color Harmonies of #7FB790
Complementary color
Monochromatic Colors of #7FB790
Black with #7FB790
Text Example
Text Example
White with #7FB790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB790; }
p { color: rgb(127,183,144); }
H1.HeaderClassName
{
color: #7FB790;
}
.AnyTagClassName
{
color: #7FB790;
}
</style>
background-color css
<style>
a { background-color: #7FB790; }
a { background-color: rgb(127,183,144); }
div.DivClassName
{
background-color: #7FB790;
}
.BgClassName
{
background-color: #7FB790;
}
</style>
border-color css
<style>
span { border-color: #7FB790; }
span { border-color: rgb(127,183,144); }
td.TdClassName
{
border-color: #7FB790;
}
.TagClassName
{
border-color: #7FB790;
}
</style>